Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraSerializablePropertyId(4)]
public LayoutViewOptionsHeaderPanel OptionsHeaderPanel { get; }

Property Value

Type Description
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