Skip to main content

DropDownButtonBase.PopupMaxHeight Property

Gets or sets the popup’s maximum height. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double PopupMaxHeight { get; set; }

Property Value

Type Description
Double

A Double value that specifies the popup’s maximum height.

Remarks

The popup’s height is specified by the DropDownButtonBase.PopupHeight property. To specify its minimum and maximum height, use the DropDownButtonBase.PopupMinHeight and PopupMaxHeight properties, respectively.

See Also