Skip to main content

TcxCustomRow.Level Property

Indicates nesting level of the row within the grid control.

Declaration

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