Skip to main content

BootstrapGridViewBuilderBase<T>.OnCustomCellMerge(Action<IBootstrapGridView, IBootstrapGridViewCustomCellMergeEventArgs>) Method

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public T OnCustomCellMerge(
    Action<IBootstrapGridView, IBootstrapGridViewCustomCellMergeEventArgs> action
)

Parameters

Name Type
action Action<IBootstrapGridView, IBootstrapGridViewCustomCellMergeEventArgs>

Returns

Type
T
See Also