menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTableSummaryRow - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTableSummaryRow

    Represents a class that defines summary information of table summary row in SFDataGrid.

    Inheritance
    System.Object
    GridSummaryRow
    GridTableSummaryRow
    Implements
    ISummaryRow
    Inherited Members
    GridSummaryRow.CalculationUnit
    GridSummaryRow.Name
    GridSummaryRow.ShowSummaryInRow
    GridSummaryRow.SummaryColumns
    GridSummaryRow.Title
    GridSummaryRow.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
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class GridTableSummaryRow : GridSummaryRow, ISummaryRow

    Constructors

    GridTableSummaryRow()

    Initializes a new instance of the GridTableSummaryRow class.

    Declaration
    public GridTableSummaryRow()

    Properties

    Position

    Gets or sets a value that indicates the position of table summary row in SFDataGrid.

    Declaration
    public VerticalPosition Position { get; set; }
    Property Value
    Type Description
    VerticalPosition

    One of the enumeration that specifies the position of table summary row. The default value is Bottom.

    Methods

    Dispose()

    Releases all the resources used by GridTableSummaryRow class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes the object and collection items.

    Declaration
    protected virtual void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    The is Disposing.

    Implements

    ISummaryRow
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved