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

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.v18.2.dll

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