GridColumnSummaryItem(SummaryItemType) Constructor
Initializes a new GridColumnSummaryItem class instance with the specified summary type.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
summaryType | SummaryItemType | A SummaryItemType value that specifies a summary’s summary type. This parameter initializes the GridSummaryItem.SummaryType property. |
Remarks
This constructor sets the following properties as follows:
- GridColumnSummaryItem.FieldName to an empty string.
- GridSummaryItem.DisplayFormat to an empty string.
- GridSummaryItem.Tag to null.
See Also