Back to Devexpress

BootstrapGridViewColumnDataEventHandler Delegate

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

latest1.5 KB
Original Source

BootstrapGridViewColumnDataEventHandler Delegate

A method that will handle the BootstrapGridView.CustomUnboundColumnData event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapGridViewColumnDataEventArgs |

A BootstrapGridViewColumnDataEventArgs object that contains event data.

|

See Also

Grid View

DevExpress.Web.Bootstrap Namespace