Internal class for serializing TimeCellCollection (ViewState).

Namespace: DayPilot.Web.Ui.Serialization
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public class TaskCollectionConverter : TypeConverter
Visual Basic
Public Class TaskCollectionConverter _
	Inherits TypeConverter
Visual C++
public ref class TaskCollectionConverter : public TypeConverter

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    DayPilot.Web.Ui.Serialization..::..TaskCollectionConverter

See Also