ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridDetailProviderTagHelper Class / DisposeDetailCell Property

In This Topic
    DisposeDetailCell Property
    In This Topic
    Configurates C1.Web.Mvc.FlexGridDetailProvider<T>.DisposeDetailCell. Sets the callback function that disposes of detail cells.
    Syntax
    'Declaration
     
    Public Property DisposeDetailCell As String
    public string DisposeDetailCell {get; set;}
    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.
    See Also