Represents an element within a DateTimePicker control that may not be edited by the user, such as literal text.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.DateTimeDisplayElement
    Mindscape.WpfElements..::.DateTimeReadOnlyDisplayElement

See Also