Class GanttAddDialogFields
Configure Gantt Add dialog fields.
Inheritance
System.Object
GanttAddDialogFields
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttAddDialogFields : SfDataBoundComponent
Constructors
GanttAddDialogFields()
Declaration
public GanttAddDialogFields()
Properties
AddDialogFields
Defines the tabs and fields to be included in the add dialog.
Declaration
public List<GanttAddDialogField> AddDialogFields { get; set; }
Property Value
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