Class GanttAddDialogFields
Configure Gantt Add dialog fields.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttAddDialogFields : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
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 |
|---|---|
| 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 |
|---|---|---|
| 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. |