Back to Devexpress

ASPxViewSelector Class

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

latest3.9 KB
Original Source

ASPxViewSelector Class

Represents the View Selector control of the ASPxScheduler suite.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxViewSelector :
    ASPxSchedulerRelatedControl
vb
Public Class ASPxViewSelector
    Inherits ASPxSchedulerRelatedControl

Remarks

The ASPxViewSelector represents a panel with buttons used to switch available views. 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.ShowViewSelector property to true (default).

Buttons within the control can be positioned horizontally (default) or vertically (set the ASPxViewSelector.ButtonsRepeatDirection property). If any view of the scheduler is disabled (the SchedulerViewBase.Enabled property is false), then the corresponding button is hidden.

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 ASPxViewSelector BootstrapSchedulerViewSelector

See Also

ASPxViewSelector Members

DevExpress.Web.ASPxScheduler Namespace