WinUI

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

    Show / Hide Table of Contents

    Class SummaryRecordEntry

    Contains the list of summary aggregates computed using ISummaryRow instance in this class.

    Inheritance
    System.Object
    NodeEntry
    SummaryRecordEntry
    Implements
    System.IDisposable
    Inherited Members
    NodeEntry.Finalize()
    NodeEntry.Dispose()
    NodeEntry.Level
    NodeEntry.Parent
    NodeEntry.IsGroups
    NodeEntry.IsRecords
    Namespace: Syncfusion.UI.Xaml.Data
    Assembly: Syncfusion.Data.WinUI.dll
    Syntax
    public class SummaryRecordEntry : NodeEntry, IDisposable

    Constructors

    SummaryRecordEntry(NodeEntry, Int32)

    Initializes a new instance of the SummaryRecordEntry class.

    Declaration
    public SummaryRecordEntry(NodeEntry parent, int level)
    Parameters
    Type Name Description
    NodeEntry parent

    The parent node of the summary record entry.

    System.Int32 level

    The level of the summary record entry being initialized.

    Properties

    SummaryRow

    Gets or sets the summary row of the summary record entry.

    Declaration
    public ISummaryRow SummaryRow { get; set; }
    Property Value
    Type Description
    ISummaryRow

    The summary row of the summary record entry.

    SummaryValues

    Gets the summary values of the summary record entry.

    Declaration
    public List<SummaryValue> SummaryValues { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<SummaryValue>

    The summary values of the summary record entry.

    Methods

    Dispose(Boolean)

    Releases unmanaged and optionally releases the managed resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    True to release both managed and unmanaged resources; false to release only unmanaged resources.

    Overrides
    NodeEntry.Dispose(Boolean)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved