ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRow Class / Owner Property

In This Topic
    Owner Property (C1GridViewRow)
    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