aspnet-devexpress-dot-web-dot-aspxscheduler-2e8e8f3e.md
Represents settings specific to the calendar functionality of the ASPxDateNavigator control.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class DateNavigatorProperties :
CalendarProperties,
IDateNavigatorCalendarProperties
Public Class DateNavigatorProperties
Inherits CalendarProperties
Implements IDateNavigatorCalendarProperties
The following members return DateNavigatorProperties objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxDateNavigator.Properties |
| ASPxViewVisibleInterval.OptionsCalendar | |
| ASP.NET MVC Extensions | DateNavigatorSettings.Properties |
The DateNavigatorProperties object provides access to the properties used to customize calendar functions of the ASPxDateNavigator control.
Note
The ASPxDateNavigator.Properties.FirstDayOfWeek property does not affect the first day of the week in the Scheduler control. Use the ASPxScheduler.OptionsView.FirstDayOfWeek property instead.
Object StateManager PropertiesBase EditPropertiesBase EditProperties CalendarProperties DateNavigatorProperties
See Also