Back to Devexpress

LookUpEdit.DefaultPopupMinHeight Field

wpf-devexpress-dot-xpf-dot-grid-dot-lookup-dot-lookupedit-5b876cdb.md

latest1.1 KB
Original Source

LookUpEdit.DefaultPopupMinHeight Field

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

Namespace : DevExpress.Xpf.Grid.LookUp

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public const double DefaultPopupMinHeight = 300
vb
Public Const DefaultPopupMinHeight As Double = 300

Field Value

Type
Double

See Also

LookUpEdit Class

LookUpEdit Members

DevExpress.Xpf.Grid.LookUp Namespace