menu

WinForms

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

    Show / Hide Table of Contents

    Class SerializableGridSummaryRow

    Represents a class that is used to serialize and deserialize GridSummaryRow property settings.

    Inheritance
    System.Object
    SerializableGridSummaryRow
    SerializableGridTableSummaryRow
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Serialization
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class SerializableGridSummaryRow

    Constructors

    SerializableGridSummaryRow()

    Declaration
    public SerializableGridSummaryRow()

    Properties

    CalculationUnit

    Gets or sets the value that specifies the mode for calculating summaries which decides whether to calculate summary for all records or selected records.

    Declaration
    public SummaryCalculationUnit CalculationUnit { get; set; }
    Property Value
    Type
    SummaryCalculationUnit

    Name

    Gets or sets the name of the SerializableGridSummaryRow .

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    ShowSummaryInRow

    Gets or sets a value indicating whether the summary value should be displayed corresponding to its column or row basis.

    Declaration
    public bool ShowSummaryInRow { get; set; }
    Property Value
    Type
    System.Boolean

    SummaryColumns

    Gets or sets the collection of summary columns.

    Declaration
    public ObservableCollection<SerializableGridSummaryColumn> SummaryColumns { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<SerializableGridSummaryColumn>

    Title

    Gets or sets the title of SerializableGridSummaryRow.

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    System.String

    TitleColumnCount

    Gets or sets the TitleColumnCount.

    Declaration
    public int TitleColumnCount { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved