[]
Gets or sets the minimum selected date in a range selection.
[Bindable(BindableSupport.Yes)]
public DateTime? MinValue { get; set; }
<Bindable(BindableSupport.Yes)>
Public Property MinValue As Date?
| Type | Description |
|---|---|
| DateTime? | A DateTime representing the minimum selected date, or |
When setting this property:
null, the current range is cleared.
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when the assigned value is greater than MaxValue. |