Represents a Boolean column that is displayed as a check box in a C1GridView control. Inherits from C1BoundField.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1GridView.C1CheckBoxField = function();

Type.createClass(
	'C1.Web.UI.Controls.C1GridView.C1CheckBoxField',
	Client_C1.Web.UI.Controls.C1GridView.C1BoundField);

Inheritance Hierarchy

See Also