PopupBaseEditSettings.PopupMinWidth Property
In This Article
Gets or sets the popup window's minimum width.
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 minimum height. |
#Remarks
The popup window's maximum width is specified by the PopupBaseEditSettings.PopupMaxWidth property.
See Also