Back to Devexpress

ASPxViewNavigator Class

aspnet-devexpress-dot-web-dot-aspxscheduler-e9eccfed.md

latest3.6 KB
Original Source

ASPxViewNavigator Class

Represents the View Navigator control.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxViewNavigator :
    ASPxSchedulerRelatedControl
vb
Public Class ASPxViewNavigator
    Inherits 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

Show 14 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxSchedulerRelatedControlBase ASPxSchedulerRelatedControl ASPxViewNavigator BootstrapSchedulerViewNavigator

See Also

ASPxViewNavigator Members

DevExpress.Web.ASPxScheduler Namespace