Class TemplateType
An enum that holds the type where the quick info template applies.
Inheritance
System.Object
TemplateType
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TemplateType : Enum
Fields
Both
The template applies to both the event and cell.
Declaration
public const TemplateType Both
Field Value
Type |
---|
TemplateType |
Cell
The template applies only to the cell.
Declaration
public const TemplateType Cell
Field Value
Type |
---|
TemplateType |
Event
The template applies only to the event.
Declaration
public const TemplateType Event
Field Value
Type |
---|
TemplateType |