Back to Devexpress

BootstrapGridViewCustomButtonEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-9552e1fa.md

latest1.6 KB
Original Source

BootstrapGridViewCustomButtonEventHandler Delegate

A method that will handle the BootstrapGridView.CustomButtonInitialize event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapGridViewCustomButtonEventArgs |

A BootstrapGridViewCustomButtonEventArgs object that contains event data.

|

See Also

Grid View

DevExpress.Web.Bootstrap Namespace