Back to Devexpress

DropDownButtonBase.PopupHeight Property

wpf-devexpress-dot-xpf-dot-core-dot-dropdownbuttonbase-ef6880ee.md

latest1.4 KB
Original Source

DropDownButtonBase.PopupHeight Property

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

Property Value

TypeDescription
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

DropDownButtonBase Class

DropDownButtonBase Members

DevExpress.Xpf.Core Namespace