ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ButtonFieldBase Class
Members

In This Topic
    C1ButtonFieldBase Class
    In This Topic
    Base class for all Button-based columns.
    Object Model
    C1ButtonFieldBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1ButtonFieldBase 
       Inherits C1Field
       Implements C1.Web.Wijmo.Controls.IC1CloneableC1.Web.Wijmo.Controls.IJsonRestore 
    public abstract class C1ButtonFieldBase : C1Field, C1.Web.Wijmo.Controls.IC1CloneableC1.Web.Wijmo.Controls.IJsonRestore  
    Inheritance Hierarchy

    System.Object
       C1.Web.Wijmo.Controls.Settings
          C1.Web.Wijmo.Controls.C1GridView.MixedPersister
             C1.Web.Wijmo.Controls.C1GridView.C1BaseField
                C1.Web.Wijmo.Controls.C1GridView.C1Field
                   C1.Web.Wijmo.Controls.C1GridView.C1ButtonFieldBase
                      C1.Web.Wijmo.Controls.C1GridView.C1ButtonField
                      C1.Web.Wijmo.Controls.C1GridView.C1CommandField

    See Also