Back to Devexpress

LayoutView.OptionsHeaderPanel Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-980b2d04.md

latest2.0 KB
Original Source

LayoutView.OptionsHeaderPanel Property

Provides access to options that control which actions are available via the Header Panel to end-users

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraSerializablePropertyId(4)]
public LayoutViewOptionsHeaderPanel OptionsHeaderPanel { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsHeaderPanel As LayoutViewOptionsHeaderPanel

Property Value

TypeDescription
LayoutViewOptionsHeaderPanel

A LayoutViewOptionsHeaderPanel object providing corresponding options.

|

Remarks

Use the OptionsHeaderPanel property to access options that control the availability of the buttons within the Header Panel.

See Also

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace