Class GanttEditDialogField
Configure edit dialog field.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttEditDialogField : SfDataBoundComponent
Constructors
GanttEditDialogField()
Declaration
public GanttEditDialogField()
Properties
Fields
Gets or sets edited column fields that are edited inside the tab.
Declaration
public string[] Fields { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | A System.String array that represents the column fields that are edited inside the tab. |
Remarks
This property is used to define an array of column fields that are edited inside the tab. The array should contain the names of the columns that should be shown in the tab. Based on mapping taskfields will generated for general tabs for custom tabs it will be empty.
HeaderText
Gets or sets header text of the tab item.
Declaration
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String value that represents the text displayed in the header of the tab item. |
Remarks
This property is used to define the text that will be displayed in the header 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 | A GanttDialogFieldType enumeration value that represents the type of the dialog tab. |
Remarks
This property is used to define the type of the dialog tab that contains the column editor.
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. |
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |