A newer version of this page is available.
Switch to the current version.
BootstrapGridViewCustomCellMergeEventHandler Delegate
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.1.dll
Declaration
public delegate void BootstrapGridViewCustomCellMergeEventHandler(
object sender,
BootstrapGridViewCustomCellMergeEventArgs e
);
Public Delegate Sub BootstrapGridViewCustomCellMergeEventHandler(
sender As Object,
e As BootstrapGridViewCustomCellMergeEventArgs
)
Parameters
Name | Type |
---|---|
sender | Object |
e | BootstrapGridViewCustomCellMergeEventArgs |
See Also
Feedback