GridViewExportDetailRowEventArgs Properties
Provides arguments to implement a method delegate of the GridViewGetExportDetailGridViewEventHandler type.| Name | Description |
|---|---|
| DataItem | Gets an object which is the current master grid row. |
| DetailGridViews | Provides access to a collection of detail grids. |
| RowIndex | Gets the visible index of the currently processed row. |
See Also