Back to Devexpress

PopupBaseEdit.ActualPopupMinWidth Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupbaseedit-ca803683.md

latest1.2 KB
Original Source

PopupBaseEdit.ActualPopupMinWidth Property

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public double ActualPopupMinWidth { get; protected set; }
vb
<Browsable(False)>
Public Property ActualPopupMinWidth As Double

Property Value

TypeDescription
Double

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

|

See Also

PopupMinWidth

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace