menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate CreateSummaryFromElementDelegate - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate CreateSummaryFromElementDelegate

    Create an ISummary object for the given element and SummaryDescriptor.

    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public delegate ITreeTableSummary CreateSummaryFromElementDelegate(SummaryDescriptor sd, Element element);
    Parameters
    Type Name Description
    SummaryDescriptor sd
    Element element
    Returns
    Type
    ITreeTableSummary

    Constructors

    CreateSummaryFromElementDelegate(Object, IntPtr)

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

    Methods

    BeginInvoke(SummaryDescriptor, Element, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(SummaryDescriptor sd, Element element, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    SummaryDescriptor sd
    Element element
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(SummaryDescriptor, Element)

    Declaration
    public virtual ITreeTableSummary Invoke(SummaryDescriptor sd, Element element)
    Parameters
    Type Name Description
    SummaryDescriptor sd
    Element element
    Returns
    Type
    ITreeTableSummary
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved