Back to Devexpress

TdxCustomLayoutItem.AllowRemove Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutitem-bf5af88e.md

latest1.6 KB
Original Source

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

TypeDefault
BooleanTrue

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

TdxCustomLayoutControl.ApplyBestFit

TdxCustomLayoutControl.Customization

TdxCustomLayoutControl.CustomizeForm

TdxCustomLayoutItem Class

TdxCustomLayoutItem Members

dxLayoutContainer Unit