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

ASPxSchedulerOptionsBehavior.ShowViewSelector Property

Determines whether the View Selector is displayed.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(true)]
public bool ShowViewSelector { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the ViewSelector control is visible; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowViewSelector
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsBehavior .ShowViewSelector
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsBehavior .ShowViewSelector
ASP.NET MVC Extensions MVCxScheduler
.OptionsBehavior .ShowViewSelector
SchedulerSettings
.OptionsBehavior .ShowViewSelector
See Also