Back to Devexpress

PopupBaseEdit.ShowSizeGrip Property

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

latest1.3 KB
Original Source

PopupBaseEdit.ShowSizeGrip Property

Gets or sets whether to show the size grip within the editor’s drop-down.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool? ShowSizeGrip { get; set; }
vb
Public Property ShowSizeGrip As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

A Boolean value that specifies whether to show the size grip within the editor’s drop-down.

|

Remarks

If the size grip is displayed within the editor’s dropdown, an end-user is allowed to resize the drop-down.

See Also

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.Xpf.Editors Namespace