ClassGanttDependencies
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GanttDependencies : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseGanttDependencies
Implements:
Inherited Members
Constructors
GanttDependencies()
Declaration
cs-api-definition
public GanttDependencies()
Properties
Data
Defines the data source of the Dependencies.
Declaration
cs-api-definition
[Parameter]
public IEnumerable<object> Data { get; set; }
Property Value
IdField
Defines the Id DataField of the DataSource.
OnCreate
Fires when a dependency is created.
Declaration
cs-api-definition
[Parameter]
public EventCallback<GanttDependencyCreateEventArgs> OnCreate { get; set; }
Property Value
OnDelete
Fires when a dependency is deleted.
Declaration
cs-api-definition
[Parameter]
public EventCallback<GanttDependencyDeleteEventArgs> OnDelete { get; set; }
Property Value
PredecessorIdField
Defines the Predecessor Id DataField of the DataSource.
Declaration
cs-api-definition
[Parameter]
public string PredecessorIdField { get; set; }
Property Value
SuccessorIdField
Defines the Successor DataField of the DataSource.
Declaration
cs-api-definition
[Parameter]
public string SuccessorIdField { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides