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