Represents C1ComboBoxSerializer which will serialize C1ComboBox.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public class C1ComboBoxSerializer : C1BaseSerializer<C1ComboBox, Object, Object>
Visual Basic (Declaration)
Public Class C1ComboBoxSerializer _
	Inherits C1BaseSerializer(Of C1ComboBox, Object, Object)

Inheritance Hierarchy

System..::..Object
  C1BaseSerializer<(Of <(<'C1ComboBox, Object, Object>)>)>
    C1.Web.UI.Controls.C1ComboBox..::..C1ComboBoxSerializer

See Also