TcxGridBandPosition.VisibleColIndex Property
Gets the horizontal position of the current band from amongst the visible bands.
Declaration
property VisibleColIndex: Integer read;
Property Value
| Type |
|---|
| Integer |
Remarks
Unlike the ColIndex property, the VisibleColIndex property returns -1 if the band is not displayed in a View (the band’s Visible property is set to False).
See Also