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

In This Topic
    RowDataBound Event
    In This Topic
    Occurs when a row is bound to data in a C1GridView control.
    Syntax
    'Declaration
     
    Public Event RowDataBound As C1GridViewRowEventHandler
    public event C1GridViewRowEventHandler RowDataBound
    Event Data

    The event handler receives an argument of type C1GridViewRowEventArgs containing data related to this event. The following C1GridViewRowEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the row being created or data-bound.  
    See Also