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

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

Syntax

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

See Also