Level Property (DataGridRow)
In This Topic
Gets the grouping level of this row. This info will be used to indent the row if the grid data is grouped.
Syntax
'Declaration
Public Overridable ReadOnly Property Level As Integer
public virtual int Level {get;}
See Also