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

SchedulerControl.DateNavigationBar Property

Provides access to the Date Navigation Bar control used for quick navigation several days forward/backward.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

public SchedulerDateNavigationBar DateNavigationBar { get; }

Property Value

Type Description
SchedulerDateNavigationBar

A SchedulerDateNavigationBar control.

Remarks

The DateNavigationBar property provides access to the navigation bar settings. Using this property, you can control the navigation bar’s visibility.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DateNavigationBar property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also