Back to Devexpress

BaseLayoutItem.AllowHide Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-169ef969.md

latest1.6 KB
Original Source

BaseLayoutItem.AllowHide Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(true)]
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool AllowHide { get; set; }
vb
<Browsable(True)>
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Overridable Property AllowHide As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

Customization Form - Layout Control

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace