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

LayoutViewOptionsHeaderPanel Class

Contains options controlling the appearance and functionality provided by the Header Panel.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

public class LayoutViewOptionsHeaderPanel :
    ViewBaseOptions

The following members return LayoutViewOptionsHeaderPanel objects:

#Remarks

The Header Panel contains a set of buttons that allow an end-user to switch between view modes. The LayoutViewOptionsHeaderPanel class contains a set of options that specify which buttons, and their corresponding functionality, are available to end-users. To access these options, see the LayoutView.OptionsHeaderPanel property.

#Inheritance

See Also