Skip to main content

DropDownButtonBase.PopupHeight Property

Gets or sets the popup’s 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 PopupHeight { get; set; }

Property Value

Type Description
Double

A Double value that specifies the popup’s height.

Remarks

To specify the popup’s minimum and maximum heights, use the DropDownButtonBase.PopupMinHeight and DropDownButtonBase.PopupMaxHeight properties, respectively.

See Also