BootstrapGridViewCustomCellMergeEventHandler Delegate
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.2.dll
Declaration
public delegate void BootstrapGridViewCustomCellMergeEventHandler(
object sender,
BootstrapGridViewCustomCellMergeEventArgs e
);
Parameters
| Name | Type |
|---|---|
| sender | Object |
| e | BootstrapGridViewCustomCellMergeEventArgs |
See Also