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

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

Syntax

C#
public class C1BoundField : C1Field
Visual Basic
Public Class C1BoundField _
	Inherits C1Field

Inheritance Hierarchy

System..::..Object
  ViewStateClass
    C1.Web.UI.Controls.C1GridView..::..C1BaseField
      C1.Web.UI.Controls.C1GridView..::..C1Field
        C1.Web.UI.Controls.C1GridView..::..C1BoundField
          C1.Web.UI.Controls.C1GridView..::..C1CheckBoxField

See Also