TcxTreeListBandRow.VisibleIndex Property
In This Article
Returns the vertical position of the current band row within the column header panel.
#Declaration
Delphi
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