Skip to main content
Bar

PopupMenuInfo.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.v23.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.

See Also