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

In This Topic
    ContainingField Property
    In This Topic
    Gets the C1BaseField object that contains the current cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContainingField As C1BaseField
    public C1BaseField ContainingField {get;}
    See Also