Gets zero-based hierarchical level of this Row.
Namespace: Dapfor.Net.UiAssembly: 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: Int32The hierarchical level.
Thread Safety
The function is thread safe.