Skip to main content

BaseLayoutItem.AllowHide Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: 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