Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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