Skip to main content

PopupBaseEdit.ActualPopupMinWidth Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public double ActualPopupMinWidth { get; protected set; }

Property Value

Type Description
Double

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

See Also