TdxLayoutContainer.Customization Property
Specifies whether the layout control is in customization mode.
Declaration
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