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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

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