Class GanttTaskbarSettings
Inheritance
System.Object
GanttTaskbarSettings
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTaskbarSettings : OwningComponentBase
Constructors
GanttTaskbarSettings()
Declaration
public GanttTaskbarSettings()
Properties
AllowTaskbarDragAndDrop
Gets or sets a value indicating whether users can drag and drop taskbars between resources in the Resource View of the Gantt Chart.
Declaration
public bool AllowTaskbarDragAndDrop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Users can reassign tasks to resources and change the timeline of the tasks while performing drag and drop operations.
EnableMultiTaskbar
Gets or sets a value indicating whether multiple taskbars can be displayed in the parent chart row.
Declaration
public bool EnableMultiTaskbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Multiple taskbars can be displayed only in the ResourceView ViewType of the Gantt Chart.
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 |
---|
System.Threading.Tasks.Task |
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |