Back to Devexpress

SchedulerControl.DateNavigationBar Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-b48bd3e5.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public SchedulerDateNavigationBar DateNavigationBar { get; }
vb
Public ReadOnly Property DateNavigationBar As SchedulerDateNavigationBar

Property Value

TypeDescription
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.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace