Skip to main content
A newer version of this page is available. .
All docs
V21.2

SchedulerDateNavigationBar.ShowViewSelectorButton Property

Gets or sets whether the Date Navigation Bar should show a button that allows users to select the active Scheduler View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

[DefaultValue(false)]
public bool ShowViewSelectorButton { get; set; }

Property Value

Type Default Description
Boolean false

true, to display the View Selector button; otherwise, false.

See Also