[]
Configurates DisposeDetailCell. Sets the callback function that disposes of detail cells.
public FlexGridDetailProviderBuilder<T> DisposeDetailCell(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
FlexGridDetailProviderBuilder<T> | Current builder. |
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.