Back to Devexpress

LayoutViewOptionsView.ShowHeaderPanel Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsview-e86e0702.md

latest1.8 KB
Original Source

LayoutViewOptionsView.ShowHeaderPanel Property

Gets or sets whether the Header Panel is visible.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowHeaderPanel { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowHeaderPanel As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the Header Panel is visible; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowHeaderPanel
LayoutView

.OptionsView .ShowHeaderPanel

|

Remarks

The Header Panel provides commands which allow an end-user to switch between various display modes.

See Also

LayoutViewOptionsView Class

LayoutViewOptionsView Members

DevExpress.XtraGrid.Views.Layout Namespace