menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableGridSummaryRow - WPF 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.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SerializableGridSummaryRow

    Constructors

    SerializableGridSummaryRow()

    Declaration
    public SerializableGridSummaryRow()

    Properties

    CalculationUnit

    Gets or sets the value that specifies the mode for calculating summaries.

    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 that indicates 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 Title column count of SerializableGridSummaryRow.

    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