menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupResult - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupResult

    Inheritance
    System.Object
    GroupResult
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GroupResult : Object

    Constructors

    GroupResult()

    Declaration
    public GroupResult()

    Properties

    Count

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

    Items

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

    Key

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

    SubGroups

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

    Methods

    ToString()

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