TcxCustomTreeList.VisibleColumnCount Property
In This Article
Returns the number of visible columns.
#Declaration
Delphi
property VisibleColumnCount: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The number of columns whose Visible property is set to |
#Remarks
The VisibleColumnCount
property returns the number of columns accessible through the VisibleColumns property.
See Also