Class GanttEditDialogFields
Defines the tabs and fields to be included in the edit dialog.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttEditDialogFields : SfDataBoundComponent
Constructors
GanttEditDialogFields()
Declaration
public GanttEditDialogFields()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
EditDialogFields
Gets or sets the list of edit dialog fields that are included in the edit dialog.
Declaration
public List<GanttEditDialogField> EditDialogFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GanttEditDialogField> | A System.Collections.Generic.List<> of GanttEditDialogField that represents the edit dialog fields that are included in the edit dialog. |
Remarks
This property is used to define a list of edit dialog fields that are included in the edit dialog. Each field contains information about the tab and the columns to be shown in the edit dialog. If the list is empty, no tabs will be shown in the edit 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 |