Class GanttAddDialogField
Defines the tabs and fields to be included in the add dialog.
Inheritance
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttAddDialogField : OwningComponentBase
Constructors
GanttAddDialogField()
Declaration
public GanttAddDialogField()
Properties
Fields
Gets or sets an array of edited column fields placed inside the tab.
Declaration
public string[] Fields { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | A string array representing the names of the edited column fields placed inside the tab. |
Remarks
Use this property to define the list of fields that will be displayed in the editing form for the corresponding tab. If this property is not set, all fields defined in the data source will be displayed in the editing form. Based on mapping taskfields will generated for general tabs for custom tabs it will be empty.
HeaderText
Gets or sets header text of tab item.
Declaration
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text to display as the header of the tab item. |
Remarks
This property is used to set the header text of the tab item.
Type
Gets or sets 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
Type | Description |
---|---|
GanttDialogFieldType | The type of tab that contains editor for columns. |
Remarks
The value of this property determines the type of tab that contains the editor for columns.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Dispose(Boolean)
Dispose unmanaged resources in the Syncfusion Blazor component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |