Skip to main content

TcxGridLevel.Index Property

Determines the position of the grid level within the collection of detail levels to which it belongs.

Declaration

property Index: Integer read; write;

Property Value

Type
Integer

Remarks

Use the Index property to get or set the position of the current grid level within a collection of detail levels. You can get the master level containing the current grid level by accessing the Parent property.

See Also