GanttDependency<TItem> Class

Defines a dependency between two Gantt tasks.

Inheritance

Object

GanttDependency<TItem>

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class GanttDependency<TItem>

Type Parameters

Name Description
TItemThe task item type.

Constructors

GanttDependency<TItem>link

Defines a dependency between two Gantt tasks.

Declaration
public GanttDependency<TItem>()

Properties

Fromlink

The predecessor task.

Declaration
public TItem From { get; set; }
Property Value
Type Description
TItemThe predecessor task.

Tolink

The successor task.

Declaration
public TItem To { get; set; }
Property Value
Type Description
TItemThe successor task.

Typelink

The dependency type. Defaults to FinishToStart.

Declaration
public GanttDependencyType Type { get; set; }
Property Value
Type Description
GanttDependencyTypeThe dependency type. Defaults to FinishToStart.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙