ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / GroupBy Property

In This Topic
    GroupBy Property (TransposedGridTagHelper)
    In This Topic
    Gets or sets the group descriptions.
    Syntax
    'Declaration
     
    Public Overridable Property GroupBy As String
    public virtual string GroupBy {get; set;}
    Remarks
    A string that contains the field name. Multiple fields can be separated by commas.
    See Also