Back to Devexpress

BootstrapGridViewTableDataCellEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-c69d6e8f.md

latest1.6 KB
Original Source

BootstrapGridViewTableDataCellEventHandler Delegate

A method that will handle the BootstrapGridView.HtmlDataCellPrepared event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapGridViewTableDataCellEventArgs |

A BootstrapGridViewTableDataCellEventArgs object that contains event data.

|

See Also

Grid View

DevExpress.Web.Bootstrap Namespace