Class ScheduleQuickInfoTemplates
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ScheduleQuickInfoTemplates
Namespace: Syncfusion.EJ2.Schedule
Assembly: Syncfusion.EJ2.dll
Syntax
public class ScheduleQuickInfoTemplates : EJTagHelper
Constructors
ScheduleQuickInfoTemplates()
Declaration
public ScheduleQuickInfoTemplates()
Properties
Content
Template option to customize the content area of the quick popup.
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Footer
Template option to customize the footer section of quick popup.
Declaration
public string Footer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Header
Template option to customize the header section of quick popup.
Declaration
public string Header { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
TemplateType
Template option to customize the header section of quick popup.
The applicable template types are,
Both: Denotes the template applies both to the event and cell.
Cell: Denotes the template applies only to the cell.
Event: Denotes the template applies to the event alone.
Declaration
public TemplateType TemplateType { get; set; }
Property Value
| Type | Description |
|---|---|
| TemplateType | The default value is TemplateType.Both |