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

DateNavigator

Overview

The DateNavigator control is an editor that allows end-users to select DateTime values.

DateNavigatorTwoMonths

The DateNavigator control offers the following features.

Declaration

To add the DateNavigator control to a Window, drag it from the Toolbox.

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

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