The following tables list the members exposed by BaseExportCellEventArgs.
| Name | Description | |
|---|---|---|
![]() | BaseExportCellEventArgs Constructor |
| Name | Description | |
|---|---|---|
![]() | gridCell | |
![]() | isFooterCell | |
![]() | isHeaderCell | |
![]() | isSummaryCell | |
![]() | summary |
| Name | Description | |
|---|---|---|
![]() | GridCell | The grid cell object that is currently being exported. |
![]() | IsFooterCell | Returns true if this cell is in the grid footer. |
![]() | IsHeaderCell | Returns true if this cell is in the grid header. |
![]() | IsSummaryCell | Returns true if this cell holds a summary for the grid. |
![]() | Summary | Returns the summary for the summary cell, if there is one. |