ASPxGridViewTableFooterCellEventArgs Properties
Provides data for the ASPxGridView.HtmlFooterCellPrepared event.| Name | Description |
|---|---|
| Cell | Gets the processed footer cell. |
| Column | Gets the column that owns the footer cell currently being processed. |
| IsTotalFooter | Gets whether the processed cell is dislayed within the Total Footer. |
| VisibleIndex | Gets the row’s visible index. |
See Also