Class GanttAddDialogField
Inheritance
System.Object
GanttAddDialogField
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttAddDialogField : BaseComponent, IDisposable
Constructors
GanttAddDialogField()
Declaration
public GanttAddDialogField()
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 |
|
jsProperty
Declaration
protected override string jsProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Overrides
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.
Custom
- Defines tab as custom column editor.
Declaration
public DialogFieldType 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 |
|
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
Type |
Description |
System.String |
|
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 |
|
Implements
System.IDisposable