SchedulerSettings Methods
Contains the Scheduler extension settings.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. |
SetDateHeaderTemplateContent(Action<DateHeaderTemplateContainer>) | Allows you to provide a template for rendering the header indicating the day of week. |
SetDateHeaderTemplateContent(String) | Allows you to provide a template for rendering the date header. |
SetDayOfWeekHeaderTemplateContent(Action<DayOfWeekHeaderTemplateContainer>) | Allows you to provide a template for rendering the header indicating the day of week. |
SetDayOfWeekHeaderTemplateContent(String) | Allows you to provide a template for rendering the header indicating the day of week. |
SetHorizontalAppointmentTemplateContent(Action<AppointmentTemplateContainer>) | Allows you to provide a template for rendering the horizontal appointment. |
SetHorizontalAppointmentTemplateContent(String) | Allows you to provide a template for rendering the horizontal appointment. |
SetHorizontalResourceHeaderTemplateContent(Action<ResourceHeaderTemplateContainer>) | Allows you to provide a template for rendering the resource header. |
SetHorizontalResourceHeaderTemplateContent(String) | Allows you to provide a template for rendering the resource header |
SetHorizontalSameDayAppointmentTemplateContent(Action<AppointmentTemplateContainer>) | Allows you to provide a template for rendering the horizontal appointment that fits in one day. |
SetHorizontalSameDayAppointmentTemplateContent(String) | Allows you to provide a template for rendering the horizontal appointment that fits in one day. |
SetToolbarViewNavigatorTemplateContent(Action<ToolbarViewNavigatorTemplateContainer>) | Allows you to provide a template for rendering the ViewNavigator control area in the toolbar. |
SetToolbarViewNavigatorTemplateContent(String) | Allows you to provide a template for rendering the ViewNavigator control area in the toolbar. |
SetToolbarViewSelectorTemplateContent(Action<ToolbarViewSelectorTemplateContainer>) | Allows you to provide a template for rendering the View Selector control area in the toolbar. |
SetToolbarViewSelectorTemplateContent(String) | Allows you to provide a template for rendering the View Selector control area in the toolbar. |
SetToolbarViewVisibleIntervalTemplateContent(Action<ToolbarViewVisibleIntervalTemplateContainer>) | Allows you to provide a template for rendering the View Visible Interval control area in the toolbar. |
SetToolbarViewVisibleIntervalTemplateContent(String) | Allows you to provide a template for rendering the View Visible Interval control area in the toolbar. |
SetVerticalResourceHeaderTemplateContent(Action<ResourceHeaderTemplateContainer>) | Allows you to provide a template for rendering the vertical resource header. |
SetVerticalResourceHeaderTemplateContent(String) | Allows you to provide a template for rendering the vertical resource header. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also