menu

MAUI

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

    Show / Hide Table of Contents

    Class SerializableDataGridSummaryColumn

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

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

    Constructors

    SerializableDataGridSummaryColumn()

    Declaration
    public SerializableDataGridSummaryColumn()

    Properties

    Format

    Gets or sets the string that indicates how the summary value is formatted in display.

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

    MappingName

    Gets or sets the corresponding MappingName of the column.

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

    Name

    Gets or sets the name of summary column.

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

    SummaryType

    Gets or sets the type of the summary.

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