'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.
Property | Description |
---|---|
Row | Gets the row being created or data-bound. |
See Also