Skip to main content
A newer version of this page is available. .

RibbonCustomItem.DisplayMode Property

Gets or sets a ribbon custom item’s size. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(RibbonCustomItemDisplayMode.Large, Handler = "UpdateContentPresenter")]
public RibbonCustomItemDisplayMode DisplayMode { get; set; }

Property Value

Type Description
RibbonCustomItemDisplayMode

The ribbon custom item’s size.

Available values:

Name Description
Small

The small item (32px height).

Large

The large item (100px height).

See Also