Class GanttDayWorkingTimeCollection
Configures gantt dayworking time collection.
Inheritance
System.Object
GanttDayWorkingTimeCollection
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttDayWorkingTimeCollection : ComponentBase
Constructors
GanttDayWorkingTimeCollection()
Declaration
public GanttDayWorkingTimeCollection()
Properties
DayWorkingTime
Gets or sets the customized working time of the project.
Declaration
public List<GanttDayWorkingTime> DayWorkingTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GanttDayWorkingTime> | A System.Collections.Generic.List<> of GanttDayWorkingTime that represents the customized working time for the project. |
Remarks
This property is used to define the customized working time for the project. The list should contain different working hours of a day and same working hours is same for all days. If the list is empty, the default working time will be used for all days of the week. The working time for each day of the week is defined by a GanttDayWorkingTime object.
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 |
---|
System.Threading.Tasks.Task |