Gets the parent row.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Row ParentRow { get; } |
Visual Basic |
---|
Public ReadOnly Property ParentRow As Row Get |
Visual C++ |
---|
public: property Row^ ParentRow { Row^ get (); } |
F# |
---|
member ParentRow : Row with get |
Property Value
Type: RowThe parent row.