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