Skip to main content

PopupBaseEditSettings.PopupMaxWidth Property

Gets or sets the popup window’s maximum width.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double PopupMaxWidth { get; set; }

Property Value

Type Description
Double

A Double value that specifies the popup window’s maximum width.

Remarks

The popup window’s minimum width is specified by the PopupBaseEditSettings.PopupMinWidth property.

See Also