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

DropDownButtonBase.PopupMinHeight Property

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

Namespace: DevExpress.Xpf.Core

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

Declaration

public double PopupMinHeight { get; set; }

Property Value

Type Description
Double

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

Remarks

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

See Also