ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupResult - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupResult

    Inheritance
    System.Object
    GroupResult
    Namespace: Syncfusion.EJ2.Linq
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GroupResult : Object

    Constructors

    GroupResult()

    Declaration
    public GroupResult()

    Properties

    Count

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    System.Int32

    Items

    Declaration
    public IEnumerable Items { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    Key

    Declaration
    public object Key { get; set; }
    Property Value
    Type Description
    System.Object

    SubGroups

    Declaration
    public IEnumerable<GroupResult> SubGroups { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<GroupResult>

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved