Back to Devexpress

DateNavigatorProperties Class

aspnet-devexpress-dot-web-dot-aspxscheduler-2e8e8f3e.md

latest2.5 KB
Original Source

DateNavigatorProperties Class

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

Declaration

csharp
public class DateNavigatorProperties :
    CalendarProperties,
    IDateNavigatorCalendarProperties
vb
Public Class DateNavigatorProperties
    Inherits CalendarProperties
    Implements IDateNavigatorCalendarProperties

The following members return DateNavigatorProperties objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxDateNavigator.Properties
ASPxViewVisibleInterval.OptionsCalendar
ASP.NET MVC ExtensionsDateNavigatorSettings.Properties

Remarks

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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase EditPropertiesBase EditProperties CalendarProperties DateNavigatorProperties

See Also

DateNavigatorProperties Members

DevExpress.Web.ASPxScheduler Namespace