Skip to main content

PopupBaseEditSettings.PopupWidth Property

Gets or sets the popup window’s width.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double PopupWidth { get; set; }

Property Value

Type Description
Double

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

Remarks

To specify the popup window’s minimum and maximum allowed widths, use the PopupBaseEditSettings.PopupMinWidth and PopupBaseEditSettings.PopupMaxWidth properties, respectively.

See Also