[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridDetailProviderBuilder-1.DisposeDetailCell

DisposeDetailCell Method

DisposeDetailCell(string)

Configurates DisposeDetailCell. Sets the callback function that disposes of detail cells.

Declaration
public FlexGridDetailProviderBuilder<T> DisposeDetailCell(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
FlexGridDetailProviderBuilder<T>

Current builder.

Remarks

The callback function takes a Row as a parameter and disposes of any resources associated with the detail cell.This function is optional. Use it in cases where the createDetailCell function allocates resources that are not automatically garbage-collected.