Class
GanttDependencyDescriptor

Describes a dependency within the Gantt component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GanttDependencyDescriptor

Inheritance: objectGanttDependencyDescriptor

Constructors

GanttDependencyDescriptor()

Declaration

cs-api-definition
public GanttDependencyDescriptor()

Properties

DataItem

The model associated with this dependency.

Declaration

cs-api-definition
public object DataItem { get; set; }

Property Value

object

PredecessorId

The id of the predecessor.

Declaration

cs-api-definition
public object PredecessorId { get; set; }

Property Value

object

SuccessorId

The id of the successor.

Declaration

cs-api-definition
public object SuccessorId { get; set; }

Property Value

object

Type

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

Declaration

cs-api-definition
public GanttDependencyType Type { get; set; }

Property Value

GanttDependencyType