New to Telerik UI for BlazorStart a free 30-day trial

Describes a dependency within the Gantt component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class GanttDependencyDescriptor

Inheritance: objectGanttDependencyDescriptor

Constructors

C#
public GanttDependencyDescriptor()

Properties

The model associated with this dependency.

C#
public object DataItem { get; set; }

The id of the predecessor.

C#
public object PredecessorId { get; set; }

The id of the successor.

C#
public object SuccessorId { get; set; }

The type of the dependency. See https://docs.telerik.com/blazor-ui/components/gantt/dependencies/types for more information.

C#
public GanttDependencyType Type { get; set; }