alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridSummaryStyle

    Defines the constants whether a summary should fill the entire row, only a column or if it should be hidden.

    Inheritance
    System.Object
    GridSummaryStyle
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public sealed class GridSummaryStyle : Enum

    Fields

    Column

    Display as a total for the column (typically Count, Min, Max are shown at the column).

    Declaration
    public const GridSummaryStyle Column
    Field Value
    Type
    GridSummaryStyle

    FillRow

    Display one line for the whole row.

    Declaration
    public const GridSummaryStyle FillRow
    Field Value
    Type
    GridSummaryStyle

    Hidden

    Do not show this summary in grid. (E.g. if only used as referenced another summaries Format.)

    Declaration
    public const GridSummaryStyle Hidden
    Field Value
    Type
    GridSummaryStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved