alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class QueryGroupsDetailsDelegate

    A delegate that allows the PassThroughGroupingResult to call back and retrieve nested groups details on demand.

    Inheritance
    System.Object
    QueryGroupsDetailsDelegate
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class QueryGroupsDetailsDelegate : MulticastDelegate

    Constructors

    QueryGroupsDetailsDelegate(Object, IntPtr)

    Declaration
    public QueryGroupsDetailsDelegate(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Group, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Group group, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Group group
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual IEnumerable EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type
    System.Collections.IEnumerable

    Invoke(Group)

    Declaration
    public virtual IEnumerable Invoke(Group group)
    Parameters
    Type Name Description
    Group group
    Returns
    Type
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved