Represents an element within a DateTimePicker control that displays a part of the formatted DateTime as text and permits the user to select values from a predefined list.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.DateTimeDisplayElement
    Mindscape.WpfElements..::.DateTimeSelectDisplayElement

See Also