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