Class ScheduleHeaderRow
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ScheduleHeaderRow
Namespace: Syncfusion.EJ2.Schedule
Assembly: Syncfusion.EJ2.dll
Syntax
public class ScheduleHeaderRow : EJTagHelper
Constructors
ScheduleHeaderRow()
Declaration
public ScheduleHeaderRow()
Properties
Option
It defines the header row type, which accepts either of the following values.
Year
: Denotes the year row in the header bar.
Month
: Denotes the month row in the header bar.
Week
: Denotes the week row in the header bar.
Date
: Denotes the date row in the header bar.
Hour
: Denotes the hour row in the header bar.
Declaration
public HeaderRowType Option { get; set; }
Property Value
Type | Description |
---|---|
HeaderRowType | The default value is null |
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 | The default value is null |