ClassGanttDependencyDescriptor
Class
Describes a dependency within the Gantt component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GanttDependencyDescriptorInheritance: objectGanttDependencyDescriptor
Constructors
GanttDependencyDescriptor()
Declaration
cs-api-definition
public GanttDependencyDescriptor()Properties
DataItem
The model associated with this dependency.
PredecessorId
The id of the predecessor.
SuccessorId
The id of the successor.
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