Back to Devexpress

DropDownButtonBase.PopupMinHeight Property

wpf-devexpress-dot-xpf-dot-core-dot-dropdownbuttonbase-510d635d.md

latest1.4 KB
Original Source

DropDownButtonBase.PopupMinHeight Property

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

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double PopupMinHeight { get; set; }
vb
Public Property PopupMinHeight As Double

Property Value

TypeDescription
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

DropDownButtonBase Class

DropDownButtonBase Members

DevExpress.Xpf.Core Namespace