Skip to main content

RibbonItemDisplayMode Enum

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[Flags]
public enum RibbonItemDisplayMode

Members

Name Description
SmallWithoutText

If active, a ribbon item can be displayed as a small image.

WinUI RibbonControl - Large Item

SmallWithText

If active, a ribbon item can be displayed as a small image with a caption.

WinUI RibbonControl - Large Item

Large

If active, a ribbon item can be displayed as a large image with a caption.

WinUI RibbonControl - Large Item

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