A special column used to display command buttons that perform delete, edit, select or filter operations.

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

Syntax

C#
public class C1CommandField : C1BaseButtonField
Visual Basic
Public Class C1CommandField _
	Inherits C1BaseButtonField

Inheritance Hierarchy

System..::..Object
  ViewStateClass
    C1.Web.UI.Controls.C1GridView..::..C1BaseField
      C1.Web.UI.Controls.C1GridView..::..C1Field
        C1.Web.UI.Controls.C1GridView..::..C1BaseButtonField
          C1.Web.UI.Controls.C1GridView..::..C1CommandField

See Also