Skip to main content

PopupBaseEditSettings.PopupHeight Property

Gets or sets the popup window’s height.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double PopupHeight { get; set; }

Property Value

Type Description
Double

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

Remarks

To specify the popup window’s minimum and maximum allowed heights, use the PopupBaseEditSettings.PopupMinHeight and PopupBaseEditSettings.PopupMaxHeight properties, respectively.

See Also