RibbonButtonBase.DisplayMode Property
In This Article
Gets or sets a flagged enumeration value that specifies the ribbon button’s possible states within a RibbonControl. This is a dependency property.
Namespace: DevExpress.WinUI.Ribbon
Assembly: DevExpress.WinUI.Ribbon.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(RibbonItemDisplayMode.Default, Handler = "UpdateButtonPresenter")]
public RibbonItemDisplayMode DisplayMode { get; set; }
#Property Value
Type | Description |
---|---|
Ribbon |
A set of Ribbon |
Available values:
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. |
See Also