Gets or sets the maximum DateTime 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 MaxDate { get; set; }
Visual Basic (Declaration)
Public Property MaxDate As DateTime
	Get
	Set
XAML Property Element Usage
<object>
  <object.MaxDate>
    <DateTime .../>
  </object.MaxDate>
</object>

See Also