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

In This Topic
    GroupBy Property (FlexGridTagHelper)
    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