ASPxGridViewTableFooterCellEventHandler Delegate
A method that will handle the ASPxGridView.HtmlFooterCellPrepared event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | ASPxGridViewTableFooterCellEventArgs | An ASPxGridViewTableFooterCellEventArgs object that contains event data. |
See Also