Back to Devexpress

LayoutViewOptionsHeaderPanel Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-e8b83293.md

latest2.3 KB
Original Source

LayoutViewOptionsHeaderPanel Class

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class LayoutViewOptionsHeaderPanel :
    ViewBaseOptions
vb
Public Class LayoutViewOptionsHeaderPanel
    Inherits 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

Object ViewStatePersisterCore BaseOptions ViewBaseOptions LayoutViewOptionsHeaderPanel

See Also

LayoutViewOptionsHeaderPanel Members

OptionsHeaderPanel

DevExpress.XtraGrid.Views.Layout Namespace