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