Skip to main content

TcxGridBandRow.VisibleIndex Property

Specifies the position of the current row among visible band rows.

Declaration

property VisibleIndex: Integer read;

Property Value

Type
Integer

Remarks

The VisibleIndex property returns the index of the current row within the BandRows.VisibleItems collection. Visible indexes define the order in which rows are displayed within a band.

See Also