Back to Devexpress

LayoutViewOptionsHeaderPanel.EnableCarouselModeButton Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsheaderpanel-5502ae45.md

latest3.2 KB
Original Source

LayoutViewOptionsHeaderPanel.EnableCarouselModeButton Property

Gets or sets whether the Carousel view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+6).

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool EnableCarouselModeButton { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property EnableCarouselModeButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if an end-user can enable the Carousel view mode; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableCarouselModeButton
LayoutView

.OptionsHeaderPanel .EnableCarouselModeButton

|

Remarks

The EnableCarouselModeButton property allows you to disable the corresponding button within the Header Panel and the shortcut (ALT+6) used to activate the Carousel view mode. To prevent switching between view modes by an end-user and in code, the LayoutViewOptionsBehavior.AllowSwitchViewModes option needs to be set to false.

Use the LayoutViewOptionsHeaderPanel.ShowCarouselModeButton to hide the corresponding button within the Header Panel. If the button is hidden and the EnableCarouselModeButton property is set to true , the Carousel view mode can still be invoked using the corresponding shortcut.

See Also

ShowCarouselModeButton

AllowSwitchViewModes

LayoutViewOptionsHeaderPanel Class

LayoutViewOptionsHeaderPanel Members

DevExpress.XtraGrid.Views.Layout Namespace