Back to Devexpress

TcxCustomRow.Level Property

vcl-cxvgrid-dot-tcxcustomrow-e7632431.md

latest558 B
Original Source

TcxCustomRow.Level Property

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

TcxCustomRow Class

TcxCustomRow Members

cxVGrid Unit