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.ColumnCustomizing Property

Specifies the manner in which end-users can change the visibility of columns.

#Declaration

Delphi
property ColumnCustomizing: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set this property to False, to prohibit end-users from changing the visibility of columns using any of the following methods:

If the ColumnCustomizing property is set to True, you can specify the manner in which end-users can change the visibility of individual columns via a column’s Options.Customizing property.

Note

Dragging columns is enabled only when a column’s Options.Moving property and the TreeList control’s OptionsCustomizing.ColumnMoving property are set to True. Use the TreeList control’s OptionsCustomizing.ColumnHiding property to customize the manner in which end-users can hide columns using drag-and-drop operations.

The default value of the ColumnCustomizing property is True.

See Also