menu

WinForms

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

    Show / Hide Table of Contents

    Enum GridSummaryStyle

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

    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public enum GridSummaryStyle

    Fields

    Name Description
    Column

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

    FillRow

    Display one line for the whole row.

    Hidden

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

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