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

DateNavigatorProperties Class

Represents settings specific to the calendar functionality of the ASPxDateNavigator control.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class DateNavigatorProperties :
    CalendarProperties,
    IDateNavigatorCalendarProperties

The following members return DateNavigatorProperties objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxDateNavigator.Properties
ASPxViewVisibleInterval.OptionsCalendar
ASP.NET MVC Extensions DateNavigatorSettings.Properties

Remarks

The DateNavigatorProperties object provides access to the properties used to customize calendar functions of the ASPxDateNavigator control.

See Also