ASPxGridViewTableRowEventArgs Properties
Provides data for the ASPxGridView.HtmlRowCreated and ASPxGridView.HtmlRowPrepared events.
Name | Description |
---|---|
Key |
Gets an object that uniquely identifies the row. |
Row | Gets the processed row. |
Row |
Gets the processed row’s type. |
Visible |
Gets the visible index of the data row.
Inherited from ASPx |
See Also