menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableDataGridSummaryRow - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableDataGridSummaryRow

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

    Inheritance
    System.Object
    SerializableDataGridSummaryRow
    SerializableDataGridTableSummaryRow
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class SerializableDataGridSummaryRow : Object

    Constructors

    SerializableDataGridSummaryRow()

    Declaration
    public SerializableDataGridSummaryRow()

    Properties

    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<SerializableDataGridSummaryColumn> SummaryColumns { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<SerializableDataGridSummaryColumn>

    Title

    Gets or sets the title of SerializableGridSummaryRow.

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