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
Denotes the template applies both to the event and cell.
Declaration
public const TemplateType Both
Field Value
Type | Description |
---|---|
TemplateType |
Cell
Denotes the template applies only to the cell.
Declaration
public const TemplateType Cell
Field Value
Type | Description |
---|---|
TemplateType |
Event
Denotes the template applies to the event alone.
Declaration
public const TemplateType Event
Field Value
Type | Description |
---|---|
TemplateType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |