Skip to main content

PopupBaseEditSettings.PopupMaxHeight Property

Gets or sets the popup window's maximum height.

Namespace: DevExpress.Xpf.Editors.Settings

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

#Declaration

public double PopupMaxHeight { get; set; }

#Property Value

Type Description
Double

A Double value that specifies the popup window's maximum height.

#Remarks

The popup window's minimum height is specified by the PopupBaseEditSettings.PopupMinHeight property.

See Also