Gets the parent row.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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.