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

TcxCustomEditContainerItemOptions.Customizing Property

Specifies whether an item can be moved to the customization box.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

A DevExpress control may provide a customization box for some items. The customization box is usually a separate form listing elements, which are not displayed within the control. For instance, in the TreeList control (TcxTreeList, TcxDBTreeList, or TcxVirtualTreeList) the customization box stores invisible columns.

If the Customizing property is set to True, end-users can place elements into the customization box. Otherwise, such actions are prohibited.

The default value of the Customizing property is True.

See Also