Gets zero-based hierarchical level of this Row.

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

Syntax

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

Property Value

Type: Int32
The hierarchical level.

Thread Safety

The function is thread safe.

See Also