BaseLayoutItem.AllowHide Property
In This Article
Gets or sets whether the item can be hidden to the Customization Form.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.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