TcxTreeListBandRow.IsFirst Property
In This Article
Indicates whether the current band row is the first item within a band’s collection of band rows.
#Declaration
Delphi
property IsFirst: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
Use the BandRows.Items collection to access a particular band row by its index.
See Also