Gets the Row which is the node of hierarchy.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Row Row { get; }
Visual Basic
Public ReadOnly Property Row As Row
	Get
Visual C++
public:
property Row^ Row {
	Row^ get ();
}
F#
member Row : Row with get

Property Value

Type: Row
The row.

See Also