Back to Devexpress

BootstrapGridViewEditorEventHandler Delegate

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

latest1.6 KB
Original Source

BootstrapGridViewEditorEventHandler Delegate

A method that will handle the BootstrapGridView.CellEditorInitialize and BootstrapGridView.AutoFilterCellEditorInitialize events.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapGridViewEditorEventArgs |

A BootstrapGridViewEditorEventArgs object that contains event data.

|

See Also

Grid View

DevExpress.Web.Bootstrap Namespace