Skip to main content

TcxCustomTreeList.VisibleColumnCount Property

Returns the number of visible columns.

Declaration

property VisibleColumnCount: Integer read;

Property Value

Type Description
Integer

The number of columns whose Visible property is set to True.

Remarks

The VisibleColumnCount property returns the number of columns accessible through the VisibleColumns property.

See Also