Skip to main content

DateNavigatorProperties Class

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.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 Web Forms Controls 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