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

PopupMenuBase.MaxColumnHeight Property

Gets or sets the maximum height of the links column in the popup menu. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public double MaxColumnHeight { get; set; }

Property Value

Type Description
Double

A Double value that is the maximum height of the links column in the popup menu.

Remarks

By default, BarItemLinks displayed within a popup are arranged in a single column. The MaxColumnHeight property specifies the column’s height. If a column exceeds this value its bottom BarItemLink is moved to the next column. The MaxColumnHeight property is ignored until the PopupMenuBase.MultiColumn property is set to true.

The alternate way to display multiple columns is to use the PopupMenuBase.MaxRowCount property that overrides the MaxColumnHeight property.

See Also