TcxGridBandedColumnPosition.VisibleRowIndex Property
Returns the visible position of a column row.
Declaration
property VisibleRowIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
If the column is contained in a non-visible band row (i.e. if all contained columns have their Visible property set to False), then the VisibleRowIndex property returns -1.
See Also