Skip to main content

TcxGridLevel.VisibleIndex Property

Determines the position of the grid level within a collection of visible detail levels.

Declaration

property VisibleIndex: Integer read;

Property Value

Type
Integer

Remarks

Use the VisibleIndex property to get the position of the current grid level within a collection of detail levels which can be displayed (the Visible property is set to True). You can get the master level to which the current level belongs by reading the Parent property.

See Also