RibbonItemDisplayMode Enum
In This Article
Namespace: DevExpress.WinUI.Ribbon
Assembly: DevExpress.WinUI.Ribbon.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
Small
|
If active, a ribbon item can be displayed as a small image. |
Small
|
If active, a ribbon item can be displayed as a small image with a caption. |
Large
|
If active, a ribbon item can be displayed as a large image with a caption. |
Default
|
If active, a ribbon item can be displayed as a large image with a caption. |
#Related API Members
The following properties accept/return RibbonItemDisplayMode values:
See Also