TcxGridBandedColumnPosition.VisibleColIndex Property
Gets the horizontal position of the current column among visible columns of an appropriate band row.
Declaration
property VisibleColIndex: Integer read;
Property Value
| Type |
|---|
| Integer |
Remarks
Unlike the ColIndex property, the VisibleColIndex returns -1 if the column is not displayed in a row (the column’s Visible property is set to False) or the band is not assigned.
See Also