ClassGanttDataConverter
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public class GanttDataConverter : DataConverter
Inheritance: objectDataConverterGanttDataConverter
Inherited Members
Constructors
GanttDataConverter()
Declaration
cs-api-definition
public GanttDataConverter()
Methods
ConvertTo(object, string)
Retrieves a data object in a specified format; the data format is specified by a string.
GetConvertToFormats()
Returns a list of all formats that the data in this data object can be converted to.
Declaration
cs-api-definition
public override string[] GetConvertToFormats()
Returns
string[]
Overrides