SimplifiedModeLocation Enum
In This Article
Lists values that specify a Ribbon items location.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
All
|
The item is visible in all ribbon modes. |
Classic
|
The item is visible only in the classic ribbon. |
Simplified
|
The item is visible only in the simplified ribbon. |
Overflow
|
The item is visible only in the simplified ribbon’s overflow menu. |
Classic
|
The item is visible in the classic ribbon and displayed in the overflow menu when the simplified mode. |
See Also