Back to Devexpress

DateEditGlyphKind Enum

wpf-devexpress-dot-xpf-dot-editors-9c9170b5.md

latest1.2 KB
Original Source

DateEditGlyphKind Enum

Lists the DateEdit’s drop-down images.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum DateEditGlyphKind
vb
Public Enum DateEditGlyphKind

Members

NameDescription
Arrow

The Arrow.

| | Date |

The Date glyph.

| | Time |

The Time glyph.

| | DateAndTime |

The Date and Time glyph.

|

The following properties accept/return DateEditGlyphKind values:

Remarks

The values listed by this enumeration are used to set the GlyphKind property.

See Also

DevExpress.Xpf.Editors Namespace