Back to Devexpress

BootstrapGridViewTableFooterCellEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-47bb44f6.md

latest1.6 KB
Original Source

BootstrapGridViewTableFooterCellEventHandler Delegate

A method that will handle the BootstrapGridView.HtmlFooterCellPrepared event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public delegate void BootstrapGridViewTableFooterCellEventHandler(
    object sender,
    BootstrapGridViewTableFooterCellEventArgs e
);
vb
Public Delegate Sub BootstrapGridViewTableFooterCellEventHandler(
    sender As Object,
    e As BootstrapGridViewTableFooterCellEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapGridViewTableFooterCellEventArgs |

A BootstrapGridViewTableFooterCellEventArgs object that contains event data.

|

See Also

Grid View

DevExpress.Web.Bootstrap Namespace