Class GanttDayWorkingTime
Gantt DayWorkingTime collection.
Inheritance
System.Object
GanttDayWorkingTime
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttDayWorkingTime : SfDataBoundComponent
Constructors
GanttDayWorkingTime()
Declaration
public GanttDayWorkingTime()
Properties
From
Defines start time of working time range.
Declaration
public double From { get; set; }
Property Value
Type |
Description |
System.Double |
|
To
Defines end time of working time range.
Declaration
public double To { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides