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

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

Syntax

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

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