Back to Devexpress

DropDownButtonBase.PopupMaxHeight Property

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

latest1.4 KB
Original Source

DropDownButtonBase.PopupMaxHeight Property

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

Property Value

TypeDescription
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

DropDownButtonBase Class

DropDownButtonBase Members

DevExpress.Xpf.Core Namespace