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

In This Topic
    Row Property
    In This Topic
    Gets the row being created or data-bound.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As C1GridViewRow
    public C1GridViewRow Row {get;}
    See Also