Class GanttDependencies
Inheritance
System.Object
GanttDependencies
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttDependencies : ComponentBase, IDisposable
Constructors
GanttDependencies()
Declaration
public GanttDependencies()
Properties
Data
Defines the data source of the Dependencies.
Declaration
public IEnumerable<object> Data { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.Object>
|
IdField
Defines the Id DataField of the DataSource.
Declaration
public string IdField { get; set; }
Property Value
System.String
|
OnCreate
Fires when a dependency is created.
Declaration
public EventCallback<GanttDependencyCreateEventArgs> OnCreate { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<GanttDependencyCreateEventArgs>
|
OnDelete
Fires when a dependency is deleted.
Declaration
public EventCallback<GanttDependencyDeleteEventArgs> OnDelete { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<GanttDependencyDeleteEventArgs>
|
PredecessorIdField
Defines the Predecessor Id DataField of the DataSource.
Declaration
public string PredecessorIdField { get; set; }
Property Value
System.String
|
SuccessorIdField
Defines the Successor DataField of the DataSource.
Declaration
public string SuccessorIdField { get; set; }
Property Value
System.String
|
TypeField
Defines the Type DataField of the DataSource.
Declaration
public string TypeField { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
Declaration
public void Dispose()
OnInitialized()
Declaration
protected override void OnInitialized()