menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleQuickInfoTemplatesBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleQuickInfoTemplatesBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ScheduleQuickInfoTemplatesBuilder
    Namespace: Syncfusion.EJ2.Schedule
    Assembly: Syncfusion.EJ2.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved