Skip to main content

RibbonToolbarControl.HotItems Property

Provides access to the collection of hot items within the RibbonToolbarControl.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public RibbonToolbarItemCollection HotItems { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.RibbonToolbarItemCollection

A collection of ribbon toolbar items.

Remarks

Hot items are only available when the application is running on a mobile device. End-users can invoke these items by clicking the ellipsis [•••] button. See the illustration below.

RibbonToolbar HotItems

See Also