ClassLinkTypeConverter
Class
Represents the converter used to convert the type of the links from/to the data source format to/from the TasksLinkType enumeration.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class LinkTypeConverter
Inheritance: objectLinkTypeConverter
Constructors
LinkTypeConverter()
Declaration
cs-api-definition
public LinkTypeConverter()
Properties
GanttViewElement
Gets the gantt view element.
Declaration
cs-api-definition
public RadGanttViewElement GanttViewElement { get; }
Property Value
The gantt view element.
Methods
ConvertFromLinkType(TasksLinkType)
Converts a TasksLinkType instance to another type;
Declaration
cs-api-definition
public virtual object ConvertFromLinkType(TasksLinkType linkType)
Parameters
linkType
Type of the link.
Returns
ConvertToLinkType(object)
Converts the given value to a TasksLinkType instance.
Declaration
cs-api-definition
public virtual TasksLinkType ConvertToLinkType(object value)
Parameters
value
The value.
Returns