Class GanttEditDialogField
Configure edit dialog field.
Inheritance
System.Object
GanttEditDialogField
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttEditDialogField : SfDataBoundComponent
Constructors
GanttEditDialogField()
Declaration
public GanttEditDialogField()
Properties
Fields
Defines edited column fields placed inside the tab.
Declaration
public string[] Fields { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Defines header text of tab item.
Declaration
public string HeaderText { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Defines types of tab which contains editor for columns.
General
- Defines tab container type as general.
Dependency
- Defines tab as dependency editor.
Resources
- Defines tab as resources editor.
Notes
- Defines tab as notes editor.
Declaration
public GanttDialogFieldType Type { 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
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides