Skip to main content
A newer version of this page is available. .
Tab

ASPxCardViewSummaryItemCollection.Item[String, SummaryItemType] Property

Gets a summary item specified by its field name and summary type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCardViewSummaryItem this[string fieldName, SummaryItemType summaryType] { get; }

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.

Property Value

Type Description
ASPxCardViewSummaryItem

A ASPxCardViewSummaryItem object whose ASPxSummaryItemBase.FieldName and ASPxSummaryItemBase.SummaryType properties match the fieldName and summaryTypevalues, respectively.

See Also