Enum TemplateType
An enum that holds the type where the quick info template applies.
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TemplateType
Fields
| Name | Description |
|---|---|
| Both | The template applies to both the event and cell. |
| Cell | The template applies only to the cell. |
| Event | The template applies only to the event. |