ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ScheduleHeaderRow

    Inheritance
    System.Object
    EJTagHelper
    ScheduleHeaderRow
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Schedule
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ScheduleHeaderRow : EJTagHelper

    Constructors

    ScheduleHeaderRow()

    Declaration
    public ScheduleHeaderRow()

    Properties

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Option

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

    Declaration
    public HeaderRowType Option { get; set; }
    Property Value
    Type Description
    HeaderRowType

    Template

    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 string Template { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved