Skip to main content

RibbonToolbarControl.HotItemsColumnsCount Property

Gets or sets the number of columns in which hot items are arranged. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public int HotItemsColumnsCount { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the number of columns in which hot items are arranged.

#Remarks

The RibbonToolbarControl.HotItems property provides access to the collection of hot items.

See Also