A C1BoundField is bound to a field in a data source. Inherits from C1Field.

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

Syntax

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

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

Inheritance Hierarchy

See Also