WPF

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

    Show / Hide Table of Contents

    Class SerializableGridTableSummaryRow

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

    Inheritance
    System.Object
    SerializableGridSummaryRow
    SerializableGridTableSummaryRow
    Inherited Members
    SerializableGridSummaryRow.Name
    SerializableGridSummaryRow.ShowSummaryInRow
    SerializableGridSummaryRow.SummaryColumns
    SerializableGridSummaryRow.Title
    SerializableGridSummaryRow.TitleColumnCount
    SerializableGridSummaryRow.CalculationUnit
    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 SerializableGridTableSummaryRow : SerializableGridSummaryRow

    Constructors

    SerializableGridTableSummaryRow()

    Declaration
    public SerializableGridTableSummaryRow()

    Properties

    Position

    Gets or sets a value that indicates whether the serializable table summary row is positioned at either the top or bottom of the SfDataGrid.

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