Skip to main content
All docs
V25.1
  • DateEditGlyphKind Enum

    Lists the DateEdit’s drop-down images.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.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