TcxCustomRow.Level Property
In This Article
Indicates nesting level of the row within the grid control.
#Declaration
Delphi
property Level: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
The value of the Level is 0 for rows on the topmost level. The value of the Level is 1 for their children, and so on.
See Also