TcxTreeListBands.Add Method
In This Article
Appends a new band to the collection.
#Declaration
Delphi
function Add: TcxTreeListBand;
#Returns
Type |
---|
Tcx |
#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