ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ScheduleHeaderRowBuilder

    Inheritance
    System.Object
    ControlBuilder
    ScheduleHeaderRowBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 ScheduleHeaderRowBuilder : ControlBuilder

    Constructors

    ScheduleHeaderRowBuilder()

    Declaration
    public ScheduleHeaderRowBuilder()

    ScheduleHeaderRowBuilder(List<ScheduleHeaderRow>)

    Declaration
    public ScheduleHeaderRowBuilder(List<ScheduleHeaderRow> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ScheduleHeaderRow> collection

    Methods

    Add()

    Declaration
    public void Add()

    Option(HeaderRowType)

    It defines the header row type, which accepts either of the following values. Year Month Week Date Hour

    Declaration
    public ScheduleHeaderRowBuilder Option(HeaderRowType option)
    Parameters
    Type Name Description
    HeaderRowType option
    Returns
    Type Description
    ScheduleHeaderRowBuilder

    Template(String)

    Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the header cells. The field that can be accessed via this template is date.

    Declaration
    public ScheduleHeaderRowBuilder Template(string template)
    Parameters
    Type Name Description
    System.String template
    Returns
    Type Description
    ScheduleHeaderRowBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved