Gets or sets the last date to be displayed.

Namespace:  C1.Silverlight.DateTimeEditors
Assembly:  C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)

Syntax

C#
[TypeConverterAttribute(typeof(DateTimeTypeConverter))]
public Nullable<DateTime> DisplayDateEnd { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(DateTimeTypeConverter))> _
Public Property DisplayDateEnd As Nullable(Of DateTime)
	Get
	Set

Field Value

The last date to display.

See Also