TcxGridBandedColumnPosition.VisibleBandIndex Property
Returns the position of the band containing the current column.
Declaration
property VisibleBandIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The VisibleBandIndex property returns the position of the band which contains the current banded column. If the band is not visible (TcxGridBand.Visible is set to False), -1 is returned.
See Also