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

In This Topic
    CreateDetailCell Property
    In This Topic
    Configurates C1.Web.Mvc.FlexGridDetailProvider<T>.CreateDetailCell. Sets the callback function that creates detail cells.
    Syntax
    'Declaration
     
    Public Property CreateDetailCell As String
    public string CreateDetailCell {get; set;}
    See Also