Class GanttDayWorkingTimeCollection
Configures gantt dayworking time collection.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttDayWorkingTimeCollection : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
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 |
|---|---|
| List<GanttDayWorkingTime> | A List<T> 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 |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnInitializedAsync()
Triggers during the initial rendering of the component.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |