Skip to main content
A newer version of this page is available. .

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.v18.1.dll

Declaration

[ToolboxBitmap(typeof(DateNavigator), "Bitmaps256.datenavigator.bmp")]
[Docking(DockingBehavior.Ask)]
[ComVisible(false)]
[ToolboxTabName("DX.18.1: Scheduling")]
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

The following code snippets (auto-collected from DevExpress Examples) contain references to the DateNavigator class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also