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 |
|---|---|
| CalendarButton | Allows you to display the Calendar button in the Date Navigation Bar and access button settings. |
| Panel | Provides access to the inner control of the date navigation bar. For internal use. |
| ShowNavigationButtons | |
| ShowTodayButton | |
| ShowViewSelectorButton | Gets or sets whether the Date Navigation Bar should show a button that allows users to select the active Scheduler View. |
| 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