[]
Gets or sets the date that has focus.
[Browsable(true)]
[TypeConverter(typeof(NullableDateTimeConverter))]
public DateTime? FocusDate { get; set; }
<Browsable(True)>
<TypeConverter(GetType(NullableDateTimeConverter))>
Public Property FocusDate As Date?
| Type | Description |
|---|---|
| DateTime? | A Nullable<T> value that indicates which date has focus. |
This property determines where the focus rectangle is displayed in the date view.
| Type | Condition |
|---|---|
| ArgumentNullException | The value cannot be null. |