Back to Devexpress

DateEdit.ShowSizeGrip Property

wpf-devexpress-dot-xpf-dot-editors-dot-dateedit-8fec80ab.md

latest1.3 KB
Original Source

DateEdit.ShowSizeGrip Property

Gets or sets whether to show the size grip within the drop-down calendar.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public bool? ShowSizeGrip { get; set; }
vb
<Browsable(False)>
Public Property ShowSizeGrip As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

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

|

Remarks

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

See Also

DateEdit Class

DateEdit Members

DevExpress.Xpf.Editors Namespace