Skip to main content

TcxCustomTreeList.VisibleColumnCount Property

Returns the number of visible columns.

Declaration

property VisibleColumnCount: Integer read;

Property Value

Type
Integer

Remarks

This property returns the number of columns whose Visible property returns True. For indexed access to visible columns, use the VisibleColumns property.

See Also