TcxTreeListBandRow.VisibleIndex Property
Returns the vertical position of the current band row within the column header panel.
Declaration
property VisibleIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The VisibleIndex
property value determines the band row’s position within a band’s collection of visible band rows. Use the Index property to determine the position of the current band row within a band’s collection of band rows.
See Also