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

In This Topic
    Owner Property
    In This Topic
    Gets the owner C1GridView object that contains this row.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As C1GridView
    public C1GridView Owner {get;}
    See Also