WinForms

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

    Show / Hide Table of Contents

    Interface ITreeTableSummary

    Interface definition for a summary object.

    Namespace: Syncfusion.Collections.BinaryTree
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface ITreeTableSummary

    Methods

    Combine(ITreeTableSummary)

    Combines this summary information with another object's summary and returns a new object.

    Declaration
    ITreeTableSummary Combine(ITreeTableSummary other)
    Parameters
    Type Name Description
    ITreeTableSummary other

    The other.

    Returns
    Type Description
    ITreeTableSummary
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved