Back to Devexpress

LookUpEdit.DefaultPopupMinWidth Field

wpf-devexpress-dot-xpf-dot-grid-dot-lookup-dot-lookupedit-690e9a53.md

latest1.1 KB
Original Source

LookUpEdit.DefaultPopupMinWidth Field

Gets the default minimum allowed width for the editor’s dropdown. To specify the dropdown’s minimum width, use the PopupBaseEdit.PopupMinWidth property.

Namespace : DevExpress.Xpf.Grid.LookUp

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public const double DefaultPopupMinWidth = 200
vb
Public Const DefaultPopupMinWidth As Double = 200

Field Value

Type
Double

See Also

LookUpEdit Class

LookUpEdit Members

DevExpress.Xpf.Grid.LookUp Namespace