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

In This Topic
    GroupBy Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.CollectionViewService<T>.GroupDescriptions. Sets the group descriptions.
    Syntax
    'Declaration
     
    Public Property GroupBy As String
    public string GroupBy {get; set;}
    Remarks
    A string that contains the field name. Multiple fields can be separated by commas.
    See Also