ASPxSummaryItemBase(String, SummaryItemType) Constructor
Initializes a new instance of the ASPxSummaryItemBase class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
fieldName | String | A String value that specifies the name of the data source field whose values are used for summary calculation. |
summaryType | SummaryItemType | A SummaryItemType enumeration value that specifies the aggregate function type. |
See Also