Class LinkTypeConverter
Represents the converter used to convert the type of the links from/to the data source format to/from the Tasks
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
Rad The gantt view element. |
Methods
ConvertFromLinkType(TasksLinkType)
Converts a Tasks
Declaration
public virtual object ConvertFromLinkType(TasksLinkType linkType)
Parameters
Tasks Type of the link. |
Returns
System.
|
ConvertToLinkType(Object)
Converts the given value to a Tasks
Declaration
public virtual TasksLinkType ConvertToLinkType(object value)
Parameters
System. The value. |