Class HeaderRowsModel
A class that represents the configuration of the header rows in a scheduler.
Inheritance
System.Object
HeaderRowsModel
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeaderRowsModel : Object
Constructors
HeaderRowsModel()
Declaration
public HeaderRowsModel()
Properties
Option
Gets or sets the HeaderRowType for rendering header rows in timeline views (timelineday, timelineweek, timelinwworkweek and timelinemonth).
Declaration
public HeaderRowType Option { get; set; }
Property Value
Type |
---|
HeaderRowType |
Template
Gets or sets template as a Microsoft.AspNetCore.Components.RenderFragment<> that defines custom appearance for rendering header rows.
Declaration
public RenderFragment<TemplateContext> Template { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment<TemplateContext> |