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

ASPxSchedulerOptionsBehavior.ShowViewNavigatorGotoDateButton Property

Gets or sets whether the ‘Go to Date’ button of the ASPxViewNavigator is shown.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to show the ‘Go to Date’ button; otherwise, false.

Property Paths

You can access this nested property as listed below:

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