Skip to main content

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

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

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