TcxTreeListBandRow.Items Property
Provides indexed access to columns arranged within the current band row.
Declaration
property Items[Index: Integer]: TcxTreeListColumn read; default;
Property Value
Type |
---|
TcxTreeListColumn |
Remarks
Use the Count property to determine the number of columns within the Items collection. To access columns that are visible within the band row, use the VisibleItems property.
See Also