Gets or sets the maximum DateTime allowed for the C1DateTimePicker.
Namespace:
C1.Silverlight.DateTimeEditorsAssembly: C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(DateTimeTypeConverter))] public DateTime MaxDate { get; set; } |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(DateTimeTypeConverter))> _ Public Property MaxDate As DateTime Get Set |