windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsheaderpanel-dot-underscore-members.md
Contains options controlling the appearance and functionality provided by the Header Panel.
| Name | Description |
|---|---|
| LayoutViewOptionsHeaderPanel(LayoutView) | Initializes a new instance of the LayoutViewOptionsHeaderPanel class. |
| Name | Description |
|---|---|
| EnableCarouselModeButton | Gets or sets whether the Carousel view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+6). |
| EnableColumnModeButton | Gets or sets whether the One Column view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+3). |
| EnableCustomizeButton | Gets or sets whether the Customization Form can be enabled via the Customize button within the Header Panel and keyboard shortcut (F6). |
| EnableMultiColumnModeButton | Gets or sets whether the Multiple Columns view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+5). |
| EnableMultiRowModeButton | Gets or sets whether the Multiple Rows view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+4). |
| EnablePanButton | Gets or sets whether the Panning mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (F10). |
| EnableRowModeButton | Gets or sets whether the One Row view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+2). |
| EnableSingleModeButton | Gets or sets whether the One Card view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+1). |
| ShowCarouselModeButton | Gets or sets whether the Carousel Mode button is displayed within the Header Panel. |
| ShowColumnModeButton | Gets or sets whether the One Column button is displayed within the Header Panel. |
| ShowCustomizeButton | Gets or sets whether the Customize button is displayed within the Header Panel. |
| ShowMultiColumnModeButton | Gets or sets whether the Multiple Columns button is displayed within the Header Panel. |
| ShowMultiRowModeButton | Gets or sets whether the Multiple Rows button is displayed within the Header Panel. |
| ShowPanButton | Gets or sets whether the Panning button is displayed within the Header Panel. |
| ShowRowModeButton | Gets or sets whether the One Row button is displayed within the Header Panel. |
| ShowSingleModeButton | Gets or sets whether the One Card button is displayed within the Header Panel. |
| Name | Description |
|---|---|
| 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) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines 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