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

PopupBaseEditSettings.PopupMinHeight Property

Gets or sets the popup window’s minimum height.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public double PopupMinHeight { get; set; }

Property Value

Type Description
Double

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

Remarks

The popup window’s maximum height is specified by the PopupBaseEditSettings.PopupMaxHeight property.

See Also