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