Skip to main content
Tab

ASPxCardViewSummaryItem(String, SummaryItemType) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCardViewSummaryItem(
    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. This value is assigned to the ASPxSummaryItemBase.FieldName property.

summaryType SummaryItemType

A SummaryItemType enumeration value that specifies the aggregate function type. This value is assigned to the ASPxSummaryItemBase.SummaryType property.

See Also