[]
Gets or sets the day that with focus. This is a dependency property.
[Bindable(true)]
public DateTime FocusedDate { get; set; }
<Bindable(True)>
Public Property FocusedDate As Date
Type | Description |
---|---|
DateTime | A DateTime value that represents the day with focus. The default value is Today. |