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

BarItemMenuHeader.MinColCount Property

Gets or sets the minimum number of columns into which item links in this BarItemMenuHeader are split. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public int MinColCount { get; set; }

Property Value

Type Description
Int32

An Int32 value that is the minimum number of columns into which item links in this BarItemMenuHeader are split.

Remarks

The MinColCount property works only for BarItemMenuHeaders whose BarItemLinkMenuHeader.ItemsOrientation is set to Horizontal. Vertically oriented menu headers display their links in one single column and the MinColCount property always equals 1.

See Also