DateNavigator.Refresh() Method
Updates a Date Navigator control to display selected dates.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
Remarks
You can select the dates within the DateNavigator programmatically with the help of CalendarControlBase.Selection collection methods. When any changes in this collection are made, use the Refresh method to visualize them.
See Also
Feedback