Gets or sets the first date to be displayed.

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

Syntax

C#
public Nullable<DateTime> DisplayDateStart { get; set; }
Visual Basic
Public Property DisplayDateStart As Nullable(Of DateTime)
	Get
	Set

Field Value

The first date to display.

See Also