Gets or sets the first 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> DisplayDateStart { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(DateTimeTypeConverter))> _
Public Property DisplayDateStart As Nullable(Of DateTime)
	Get
	Set

Field Value

The first date to display.

See Also