Gets or sets the minimum DateTime value allowed for the C1DateTimePicker.

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

Syntax

C#
public DateTime MinDate { get; set; }
Visual Basic
Public Property MinDate As DateTime
	Get
	Set

See Also