Back to Devexpress

LayoutViewField.AllowHide Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewfield-48e0d270.md

latest1.4 KB
Original Source

LayoutViewField.AllowHide Property

This property is not supported by the LayoutViewField class. Use the OptionsColumn.AllowShowHide property instead.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public override bool AllowHide { get; set; }
vb
<Browsable(False)>
Public Overrides Property AllowHide As Boolean

Property Value

Type
Boolean

See Also

LayoutViewField Class

LayoutViewField Members

DevExpress.XtraGrid.Views.Layout Namespace