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.) |