Class ScheduleQuickInfoTemplatesBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ScheduleQuickInfoTemplatesBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Schedule
Assembly: Syncfusion.AspNetMvc.Schedule.dll
Syntax
public class ScheduleQuickInfoTemplatesBuilder : ControlBuilder
Constructors
ScheduleQuickInfoTemplatesBuilder()
Declaration
public ScheduleQuickInfoTemplatesBuilder()
ScheduleQuickInfoTemplatesBuilder(ScheduleQuickInfoTemplates)
Declaration
public ScheduleQuickInfoTemplatesBuilder(ScheduleQuickInfoTemplates model)
Parameters
| Type | Name | Description |
|---|---|---|
| ScheduleQuickInfoTemplates | model |
Methods
Content(String)
Template option to customize the content area of the quick popup.
Declaration
public ScheduleQuickInfoTemplatesBuilder Content(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ScheduleQuickInfoTemplatesBuilder |
Footer(String)
Template option to customize the footer section of quick popup.
Declaration
public ScheduleQuickInfoTemplatesBuilder Footer(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ScheduleQuickInfoTemplatesBuilder |
Header(String)
Template option to customize the header section of quick popup.
Declaration
public ScheduleQuickInfoTemplatesBuilder Header(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ScheduleQuickInfoTemplatesBuilder |
TemplateType(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 ScheduleQuickInfoTemplatesBuilder TemplateType(TemplateType value)
Parameters
| Type | Name | Description |
|---|---|---|
| TemplateType | value |
Returns
| Type |
|---|
| ScheduleQuickInfoTemplatesBuilder |