Skip to main content
A newer version of this page is available. .

PopupBaseEdit.ActualPopupWidth Property

Gets a popup window’s actual width. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double ActualPopupWidth { get; protected set; }

Property Value

Type Description
Double

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

See Also