Class HeaderRowsModel
A class that represents the configuration of the header rows in a scheduler.
Inherited Members
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class HeaderRowsModel
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
[JsonPropertyName("option")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public HeaderRowType Option { get; set; }
Property Value
| Type |
|---|
| HeaderRowType |
Template
Gets or sets template as a RenderFragment<TValue> that defines custom appearance for rendering header rows.
Declaration
[JsonIgnore]
public RenderFragment<TemplateContext> Template { get; set; }
Property Value
| Type |
|---|
| RenderFragment<TemplateContext> |