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

In This Topic
    RowHasDetail Property
    In This Topic
    Configurates C1.Web.Mvc.FlexGridDetailProvider<T>.RowHasDetail. Sets the callback function that determines whether a row has details.
    Syntax
    'Declaration
     
    Public Property RowHasDetail As String
    public string RowHasDetail {get; set;}
    See Also