Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#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