Represents an element within a DateTimePicker control that displays a part of the formatted DateTime as an editable numeric value (e.g. the year).

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public sealed class DateTimeNumericDisplayElement : DateTimeDisplayElement
Visual Basic (Declaration)
Public NotInheritable Class DateTimeNumericDisplayElement _
	Inherits DateTimeDisplayElement

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.DateTimeDisplayElement
    Mindscape.WpfElements..::.DateTimeNumericDisplayElement

See Also