Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DateNavigator Class

The calendar control for navigating dates. Can be associated with a SchedulerControl to retrieve various information (e.g., appointment dates).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

[ComVisible(false)]
public class DateNavigator :
    DateNavigatorBase,
    ISupportInitialize,
    IDateNavigatorControllerOwner,
    IBatchUpdateable,
    IBatchUpdateHandler,
    IInnerSchedulerCommandTarget

#Remarks

The Date Navigator control provides a quick and easy way of changing the dates in the scheduling area. Once the Date Navigator control has been placed on a form, use its DateNavigator.SchedulerControl property to associate it with the Scheduler Control.

Docs_VisualElements_DateNavigator

#Inheritance

Show 14 items
See Also