Skip to main content

TcxTreeListOptionsCustomizing.ColumnHiding Property

Specifies the manner in which end-users can hide columns in the TreeList control.

Declaration

property ColumnHiding: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

End-users can hide columns by dragging their headers from the column header panel to the customization form. If the ColumnHiding property is set to True, end-users can also hide columns by dropping their headers, even if the customization form is not displayed.

Note

The ColumnHiding property is in effect only if the TreeList control’s OptionsCustomizing.ColumnCustomizing property is set to True.

The default value of the ColumnHiding property is False.

See Also