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

TdxCustomLayoutItem.AllowRemove Property

Specifies whether an item/group can be removed from the layout control to the Customization Form.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

A layout item (a layout group) can be hidden from the view in the Customization Form using drag and drop, if the AllowRemove property is True.

A layout group is prohibited from moving to the Customization Form, if at least one contained item cannot be hidden (its AllowRemove property is False).

The default value of the AllowRemove property is True.

See Also