Class ScheduleQuickInfoTemplatesBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ScheduleQuickInfoTemplatesBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public class ScheduleQuickInfoTemplatesBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  ScheduleQuickInfoTemplatesBuilder()
  
  
  Declaration
  
    public ScheduleQuickInfoTemplatesBuilder()
   
  
  
  
  ScheduleQuickInfoTemplatesBuilder(ScheduleQuickInfoTemplates)
  
  
  Declaration
  
    public ScheduleQuickInfoTemplatesBuilder(ScheduleQuickInfoTemplates model)
   
  Parameters
  
  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
  
  
  
  
  
  Template option to customize the footer section of quick popup.
Declaration
  
    public ScheduleQuickInfoTemplatesBuilder Footer(string value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | value |  | 
    
  
  Returns
  
  
  
  
  
  Template option to customize the header section of quick popup.
Declaration
  
    public ScheduleQuickInfoTemplatesBuilder Header(string value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | value |  | 
    
  
  Returns
  
  
  
  
  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
  
  Returns