menu

UWP

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

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved