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

SchedulerDateNavigationBar Members

A Date Navigation Bar control.

Constructors

Name Description
SchedulerDateNavigationBar(SchedulerControl) Initializes a new instance of the SchedulerDateNavigationBar class with the specified Scheduler Control.

Properties

Name Description
Panel Provides access to the inner control of the date navigation bar. For internal use.
Visible Gets or sets whether the date navigation bar is shown on the top of the scheduler.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when a value of the public property of the SchedulerDateNavigationBar instance is changed.
See Also