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

In This Topic
    C1GridViewCell Class
    In This Topic
    Represents a cell in the rendered table of a C1GridView.
    Object Model
    C1GridViewCell Class
    Syntax
    'Declaration
     
    Public Class C1GridViewCell 
       Inherits System.Web.UI.WebControls.TableCell
    public class C1GridViewCell : System.Web.UI.WebControls.TableCell 
    Inheritance Hierarchy

    System.Object
       System.Web.UI.Control
          System.Web.UI.WebControls.WebControl
             System.Web.UI.WebControls.TableCell
                C1.Web.Wijmo.Controls.C1GridView.C1GridViewCell
                   C1.Web.Wijmo.Controls.C1GridView.C1GridViewHeaderCell

    See Also