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

BarItemLinkMenuHeader.MinColCount Property

Gets or sets the number of BarItemLinks in a single row, showed without captions, below the BarItemLinkMenuHeader.

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 indicating the number of BarItemLinks in a single row, showed without captions, below the BarItemLinkMenuHeader.

See Also