Back to Devexpress

ASPxCardViewSummaryItemCollection.Item[String, SummaryItemType] Property

aspnet-devexpress-dot-web-dot-aspxcardviewsummaryitemcollection-dot-item-x28-system-dot-string-devexpress-dot-data-dot-summaryitemtype-x29.md

latest2.1 KB
Original Source

ASPxCardViewSummaryItemCollection.Item[String, SummaryItemType] Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxCardViewSummaryItem this[string fieldName, SummaryItemType summaryType] { get; }
vb
Public ReadOnly Property Item(fieldName As String, summaryType As SummaryItemType) As ASPxCardViewSummaryItem

Parameters

NameTypeDescription
fieldNameString

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

TypeDescription
ASPxCardViewSummaryItem

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

|

See Also

ASPxCardViewSummaryItemCollection Class

ASPxCardViewSummaryItemCollection Members

DevExpress.Web Namespace