TcxTreeListBand.VisibleColumnCount Property
Returns the number of visible columns within the band.
Declaration
property VisibleColumnCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Columns whose Visible property returns True are displayed within the band. To obtain indexed access to individual visible columns, use the object exposed via the band’s VisibleColumns property.
See Also