Class ScheduleHeaderRow
Header row configurations on timeline views.
Inheritance
System.Object
ScheduleHeaderRow
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class ScheduleHeaderRow : OwningComponentBase
Constructors
ScheduleHeaderRow()
Declaration
public ScheduleHeaderRow()
Properties
ChildContent
Child content of header row.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
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 RenderFragment<TemplateContext> Template { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment<TemplateContext> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Dispose(Boolean)
Dispose unmanaged resources in the Syncfusion Blazor component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |