Skip to main content

PopupBaseEditSettings.PopupMinWidth Property

Gets or sets the popup window’s minimum width.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double PopupMinWidth { get; set; }

Property Value

Type Description
Double

A Double value that specifies the pop-up window’s minimum width.

Remarks

The popup window’s maximum width is specified by the PopupBaseEditSettings.PopupMaxWidth property.

See Also