wpf-devexpress-dot-xpf-dot-ribbon-dot-dxribbonwindow-cc007382.md
Gets or sets whether the button that allows an end-user to select the ribbon show mode is displayed in the upper-right corner of the DXRibbonWindow. This is a dependency property.
Namespace : DevExpress.Xpf.Ribbon
Assembly : DevExpress.Xpf.Ribbon.v25.2.dll
NuGet Package : DevExpress.Wpf.Ribbon
public bool DisplayShowModeSelector { get; set; }
Public Property DisplayShowModeSelector As Boolean
| Type | Description |
|---|---|
| Boolean |
true, if the button is displayed; otherwise, false.
|
The RibbonControl can be displayed in the DXRibbonWindow in three alternative modes:
The DisplayShowModeSelector property specifies whether the button that allows an end-user to switch these modes is displayed in the upper-right corner of the DXRibbonWindow. A click on this button invokes the drop-down that allows an end-user to select the required mode. See the figure below.
The style of icons in the drop-down can be specified using the RibbonControl.MenuIconStyle property.
The RibbonControl can also display the Minimization button. Its visibility can be managed with the RibbonControl.MinimizationButtonVisibility property.
See Also