Skip to main content

DateNavigator Class

Represents a Date Navigator.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[TemplatePart(Name = "PART_CalendarHeader", Type = typeof(CalendarHeaderView))]
[TemplatePart(Name = "PART_CalendarPresenter", Type = typeof(CalendarPresenter))]
[ToolboxTabName("DX.21.2: Common Controls")]
public class DateNavigator :
    Control,
    ICalendarEventsRaiser

The following members return DateNavigator objects:

Remarks

The Date Navigator control allows end-users to navigate through dates and choose a date or a range of dates. It features a set of view modes and provides multiple customization options.

DateNavigator

The SchedulerDateNavigationBehavior allows you to use the DateNavigator to navigate a Scheduler.

Inheritance

Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also