Skip to main content
A newer version of this page is available. .

BaseLayoutItem.AllowHide Property

Gets or sets whether the item can be hidden to the Customization Form.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(true)]
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool AllowHide { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the item can be hidden to the Customization Form; otherwise, false.

See Also