alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GroupResult

    Inheritance
    object
    GroupResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GroupResult

    Constructors

    GroupResult()

    Declaration
    public GroupResult()

    Properties

    Count

    Declaration
    public int Count { get; set; }
    Property Value
    Type
    int

    Items

    Declaration
    public IEnumerable Items { get; set; }
    Property Value
    Type
    IEnumerable

    Key

    Declaration
    public object Key { get; set; }
    Property Value
    Type
    object

    SubGroups

    Declaration
    public IEnumerable<GroupResult> SubGroups { get; set; }
    Property Value
    Type
    IEnumerable<GroupResult>

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type
    string
    Overrides
    object.ToString()
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved