Back to Devexpress

BootstrapGridViewCustomCellMergeEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-882f4224.md

latest1.2 KB
Original Source

BootstrapGridViewCustomCellMergeEventHandler Delegate

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameType
senderObject
eBootstrapGridViewCustomCellMergeEventArgs

See Also

DevExpress.Web.Bootstrap Namespace