PopupBaseEditSettings.PopupMaxHeight Property
In This Article
Gets or sets the popup window's maximum height.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#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