Back to Devexpress

DropDownButtonBase.PopupWidth Property

wpf-devexpress-dot-xpf-dot-core-dot-dropdownbuttonbase-6267c8b8.md

latest1.3 KB
Original Source

DropDownButtonBase.PopupWidth Property

Gets or sets the popup’s width. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double PopupWidth { get; set; }
vb
Public Property PopupWidth As Double

Property Value

TypeDescription
Double

A Double value that specifies the popup’s width.

|

Remarks

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

See Also

DropDownButtonBase Class

DropDownButtonBase Members

DevExpress.Xpf.Core Namespace