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

ASPxViewSelector Class

Represents the View Selector control of the ASPxScheduler suite.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ASPxViewSelector :
    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.

See Also