Class ScheduleQuickInfoTemplates
Inheritance
System.Object
ScheduleQuickInfoTemplates
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 |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Template option to customize the footer section of quick popup.
Declaration
public string Footer { get; set; }
Property Value
Type |
Description |
System.String |
|
Template option to customize the header section of quick popup.
Declaration
public string Header { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
TemplateType
Template option to customize the header section of quick popup.
The applicable template types are,
Both
Cell
Event
Declaration
public TemplateType TemplateType { get; set; }
Property Value