Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListOptionsCustomizing.ColumnHiding Property

Specifies how users can hide columns in the Tree List control.

#Declaration

Delphi
property ColumnHiding: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

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, 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.

#Default Value

The ColumnHiding property’s default value is False.

See Also