Back to Devexpress

LayoutViewOptionsHeaderPanel Members

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsheaderpanel-dot-underscore-members.md

latest9.7 KB
Original Source

LayoutViewOptionsHeaderPanel Members

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

Constructors

NameDescription
LayoutViewOptionsHeaderPanel(LayoutView)Initializes a new instance of the LayoutViewOptionsHeaderPanel class.

Properties

NameDescription
EnableCarouselModeButtonGets or sets whether the Carousel view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+6).
EnableColumnModeButtonGets or sets whether the One Column view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+3).
EnableCustomizeButtonGets or sets whether the Customization Form can be enabled via the Customize button within the Header Panel and keyboard shortcut (F6).
EnableMultiColumnModeButtonGets or sets whether the Multiple Columns view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+5).
EnableMultiRowModeButtonGets or sets whether the Multiple Rows view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+4).
EnablePanButtonGets or sets whether the Panning mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (F10).
EnableRowModeButtonGets or sets whether the One Row view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+2).
EnableSingleModeButtonGets or sets whether the One Card view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+1).
ShowCarouselModeButtonGets or sets whether the Carousel Mode button is displayed within the Header Panel.
ShowColumnModeButtonGets or sets whether the One Column button is displayed within the Header Panel.
ShowCustomizeButtonGets or sets whether the Customize button is displayed within the Header Panel.
ShowMultiColumnModeButtonGets or sets whether the Multiple Columns button is displayed within the Header Panel.
ShowMultiRowModeButtonGets or sets whether the Multiple Rows button is displayed within the Header Panel.
ShowPanButtonGets or sets whether the Panning button is displayed within the Header Panel.
ShowRowModeButtonGets or sets whether the One Row button is displayed within the Header Panel.
ShowSingleModeButtonGets or sets whether the One Card button is displayed within the Header Panel.

Methods

NameDescription
Assign(BaseOptions)Copies the properties of the specified object to the current object.
BeginUpdate()Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate()Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate()Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets all options to their default values. Inherited from BaseOptions.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

See Also

LayoutViewOptionsHeaderPanel Class

DevExpress.XtraGrid.Views.Layout Namespace