Class GanttHolidays
Configures gantt holidays collection.
Inheritance
System.Object
GanttHolidays
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttHolidays : SfDataBoundComponent
Constructors
GanttHolidays()
Declaration
Properties
Holidays
Defines the Gantt holiday.
Declaration
public List<GanttHoliday> Holidays { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<GanttHoliday> |
|
MainParent
Declaration
protected override SfBaseComponent MainParent { get; set; }
Property Value
Overrides
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