WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableGridSummaryColumn - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableGridSummaryColumn

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

    Inheritance
    System.Object
    SerializableGridSummaryColumn
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SerializableGridSummaryColumn

    Constructors

    SerializableGridSummaryColumn()

    Declaration
    public SerializableGridSummaryColumn()

    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 Description
    System.String

    MappingName

    Gets or sets the corresponding of the column.

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

    Name

    Gets or sets the name of summary column.

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

    SummaryType

    Gets or sets the type of the summary.

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