Class GanttAddDialogFields
Configure Gantt Add dialog fields.
Inheritance
System.Object
GanttAddDialogFields
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttAddDialogFields : ComponentBase
Constructors
GanttAddDialogFields()
Declaration
public GanttAddDialogFields()
Properties
AddDialogFields
Gets or sets the tabs and fields to be included in the add dialog.
Declaration
public List<GanttAddDialogField> AddDialogFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GanttAddDialogField> | A list of GanttAddDialogField objects that define the tabs and fields to be included in the add dialog. |
Remarks
This property is used to configure the add dialog of the Gantt chart. It defines the tabs and fields that are displayed in the add dialog.
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 |