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

SchedulerDateNavigationBar Class

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class SchedulerDateNavigationBar :
    ISchedulerDateNavigationBar,
    IDisposable,
    INotifyPropertyChanged

The following members accept/return SchedulerDateNavigationBar objects:

Remarks

The Date Navigation Bar visual element allows the end-user to quickly move forward/backward by the currently visible time interval.

Date Navigation Bar

Use the properties of the SchedulerDateNavigationBar class to specify the element’s visibility and appearance.

Inheritance

Object
SchedulerDateNavigationBar
See Also