PopupBaseEditSettings.PopupMinHeight Property
Gets or sets the popup window’s minimum height.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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