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