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

DateNavigator Class

Represents a date navigator control.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public class DateNavigator :
    Control,
    IDateNavigatorContentContainer,
    IServiceProvider,
    ILogicalOwner,
    IInputElement,
    IDateEditCalendarBase

The following members return DateNavigator objects:

Remarks

The DateNavigator control is shown in the image below:

DateNavigator

To get a step-by-step tutorial on how to add the DateNavigator control to a project, customize its behavior and appearance and bind it to SchedulerControl, see Lesson 4 - Use the DateNavigator Control (legacy).

Example

The following sample demonstrates how to create a DateNavigator using XAML markup.

<dxe:DateNavigator 
    HighlightHolidays="False" 
    IsMultiSelect="False" 
    FirstDayOfWeek="Sunday" 
    CalendarView="Year"
/> 

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