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

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public DateTime MinDate { get; set; }
Visual Basic (Declaration)
Public Property MinDate As DateTime
	Get
	Set
XAML Property Element Usage
<object>
  <object.MinDate>
    <DateTime .../>
  </object.MinDate>
</object>

See Also