Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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