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