Skip to main content
A newer version of this page is available.
Tab

ASPxGridViewTableRowEventArgs Constructors

Provides data for the ASPxGridView.HtmlRowCreated and ASPxGridView.HtmlRowPrepared events.
Name Parameters Description
ASPxGridViewTableRowEventArgs(GridViewTableRow, Object) row, keyValue Initializes a new instance of the ASPxGridViewTableRowEventArgs class.
ASPxGridViewTableRowEventArgs(GridViewTableRow) row Initializes a new instance of the ASPxGridViewTableRowEventArgs class.
ASPxGridViewTableRowEventArgs(TableRow, Object, Int32, GridViewRowType, ASPxGridView) row, keyValue, visibleIndex, rowType, grid Initializes a new instance of the ASPxGridViewTableRowEventArgs class with specified settings.
See Also