Inheritance
System.Object
ScheduleHeaderRow
Assembly: Syncfusion.EJ2.dll
public class ScheduleHeaderRow : EJTagHelper
Constructors
Declaration
public ScheduleHeaderRow()
Properties
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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
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 |
|