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

TdxCustomLayoutControl.Customization Property

Specifies whether the ExpressLayout Control is in customization mode.

#Declaration

Delphi
property Customization: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Set the Customization property to True, to open the Customization Form. Invoking the Customization Form puts the layout control into customization mode.

In this mode, an end-user can add new layout groups to the layout control using the Customization Form, or rearrange existing groups and items within the layout control using drag & drop operations, and remove them from the layout control to the Customization Form. An item or group can be moved to the Customization Form, if its AllowRemove property is True.

See Also