Gets a
Row to which the
Header is attached. The parameter can be not
null for the
Headers on the first and higher hierarchical levels.
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
Row object if the hierarchical level of the
Header is greater than 0; Otherwise
null.
See Also