DateNavigator.FocusedDate Property
In This Article
The date on the calendar that has focus.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
You should distinguish between a selected date and a focused date. When you click a date, it becomes selected. You can change the selected date using ARROW keys. If you use ARROW keys while holding the CTRL key down, the previously selected date will remain unchanged, but focus will be moved to another date. There can be several selected dates or an entire selected range, but only one date can be focused.
Use the FocusedDate property to programmatically move focus to the specified date in the DateNavigator control.
See Also