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

ASPxDateNavigator Class

Represents a Date Navigator.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public class ASPxDateNavigator :
    ASPxDateNavigatorBase

Remarks

The DateNavigator class represents the ASPxDateNavigator which provides a quick and easy way of selecting the dates and changing visible intervals in the scheduling area. Once the Date Navigator control is placed on a form, use its ASPxSchedulerRelatedControlBase.MasterControlID property to associate it with the ASPxScheduler.

The ASPxDateNavigator inherits appearance and properties from the ASPxCalendar class and provides the fast navigation panel, invoked by clicking the calendar header.

See Also