TcxTreeListBands.Add Method
Appends a new band to the collection.
Declaration
function Add: TcxTreeListBand;
Returns
Type |
---|
TcxTreeListBand |
Remarks
This function returns a newly created band instance. To associate a column with the band, assign its index within the collection to the column’s Position.BandIndex property.
See Also