Skip to main content

TcxCustomEditContainerItemOptions.Customizing Property

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

Declaration

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