DateEditGlyphKind Enum
Lists the DateEdit’s drop-down images.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
Arrow
|
The Arrow. |
Date
|
The Date glyph. |
Time
|
The Time glyph. |
DateAndTime
|
The Date and Time glyph. |
Related API Members
The following properties accept/return DateEditGlyphKind values:
Remarks
The values listed by this enumeration are used to set the GlyphKind property.
See Also