Skip to main content
Bar

PopupMenuInfo.MultiColumn Property

Gets or sets if BarItemLinks within the current popup should be arranged in multiple columns. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool MultiColumn { get; set; }

Property Value

Type Description
Boolean

true if BarItemLinks within the current popup should be arranged in multiple columns; otherwise, false.

See Also