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

ASPxViewNavigator Class

Represents the View Navigator control.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[ToolboxBitmap(typeof(ToolboxBitmapAccess), "Bitmaps256.ASPxViewNavigator.bmp")]
[ToolboxTabName("DX.18.1: Scheduling")]
public class ASPxViewNavigator :
    ASPxSchedulerRelatedControl

Remarks

The ASPxViewNavigator represents a panel with buttons used to navigate back and forth pagewise within the current view, or jump to the current date. It can be displayed as a standalone control, related to the master scheduler control via the ASPxSchedulerRelatedControlBase.MasterControlID, or within the ASPxScheduler control area by specifying the ASPxSchedulerOptionsBehavior.ShowViewNavigator property to true (default).

Implements

See Also