Skip to main content
Tab

ASPxSummaryItemBase(String, SummaryItemType) Constructor

Initializes a new instance of the ASPxSummaryItemBase class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxSummaryItemBase(
    string fieldName,
    SummaryItemType summaryType
)

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