menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Group - API Reference

    Show / Hide Table of Contents

    Class Group

    Inheritance
    System.Object
    Group
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Base
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Group

    Constructors

    Group()

    Declaration
    public Group()

    Properties

    Aggregates

    Specifies the aggregates of this group.

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

    Count

    Specifies the count of items in this group.

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

    Field

    Specifies the field value.

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    Items

    Specifies the items of the group.

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

    Key

    Specifies the group key value

    Declaration
    public object Key { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved