Skip to main content
A newer version of this page is available. .

DateEditGlyphKind Enum

Lists the DateEdit’s drop-down images.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public enum DateEditGlyphKind

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