Skip to main content

TdxCustomLayoutItem.AllowRemove Property

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

Declaration

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