The SchedulerFormatter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SchedulerFormatter | Initializes a new instance of the SchedulerFormatter class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| LongItemStyleSelector |
Gets or sets the StyleSelector for selecting the style of a long ScheduleItem.
If this property is set to null, then the default schedule item style will be used.
| |
| LongItemTemplateSelector |
Gets or sets the DataTemplateSelector for selecting the template of a long ScheduleItem.
If this property is set to null, then the default schedule item template will be used.
| |
| ScheduleItemStyleSelector |
Gets or sets the StyleSelector for selecting the style of a ScheduleItem in day or week view.
If this property is set to null, then the default schedule item style will be used.
| |
| ScheduleItemTemplateSelector |
Gets or sets the DataTemplateSelector for selecting the template for a ScheduleItem in day or week view.
If this property is set to null, then the default schedule item template will be used.
| |
| ShortItemStyleSelector |
Gets or sets the StyleSelector for selecting the style of a short ScheduleItem.
If this property is set to null, then the default schedule item style will be used.
| |
| ShortItemTemplateSelector |
Gets or sets the DataTemplateSelector for selecting the template of a short ScheduleItem.
If this property is set to null, then the default schedule item template will be used.
|