Class ScheduleQuickInfoTemplates
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("content")]
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
Type | Description |
---|---|
MvcTemplate<System.Object> |
Footer
Template option to customize the footer section of quick popup.
Declaration
[HtmlAttributeName("footer")]
public string Footer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Header
Template option to customize the header section of quick popup.
Declaration
[HtmlAttributeName("header")]
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
[HtmlAttributeName("templateType")]
public TemplateType TemplateType { get; set; }
Property Value
Type | Description |
---|---|
TemplateType |