WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SummaryBase - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SummaryBase

    Implements the ITreeTableSummary interface and should be used as base class for custom summary objects.

    Inheritance
    System.Object
    SummaryBase
    BooleanAggregateSummary
    ByteAggregateSummary
    CharAggregateSummary
    CountSummary
    DoubleAggregateSummary
    DoubleVectorSummary
    Int32AggregateSummary
    MaxLengthSummary
    StringAggregateSummary
    VectorSummary
    GridMaxLengthSummary
    Implements
    ITreeTableSummary
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public abstract class SummaryBase : ITreeTableSummary

    Constructors

    SummaryBase()

    Declaration
    protected SummaryBase()

    Properties

    Info

    Gets the result of ToString method.

    Declaration
    public string Info { get; }
    Property Value
    Type Description
    System.String

    Methods

    Combine(SummaryBase)

    Combines the values of this summary with another summary and returns a new summary object.

    Declaration
    public abstract SummaryBase Combine(SummaryBase other)
    Parameters
    Type Name Description
    SummaryBase other

    Another summary object (of the same type).

    Returns
    Type Description
    SummaryBase

    A new summary object with combined values of both summaries.

    Explicit Interface Implementations

    ITreeTableSummary.Combine(ITreeTableSummary)

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

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

    The other.

    Returns
    Type Description
    ITreeTableSummary

    summary objects.

    Implements

    ITreeTableSummary
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved