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