menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableGridTableSummaryRow - WindowsForms 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.CalculationUnit
    SerializableGridSummaryRow.Name
    SerializableGridSummaryRow.ShowSummaryInRow
    SerializableGridSummaryRow.SummaryColumns
    SerializableGridSummaryRow.Title
    SerializableGridSummaryRow.TitleColumnCount
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Serialization
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class SerializableGridTableSummaryRow : SerializableGridSummaryRow

    Constructors

    SerializableGridTableSummaryRow()

    Declaration
    public SerializableGridTableSummaryRow()

    Properties

    Position

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

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