Back to Devexpress

ASPxSummaryItemCollection.Item[String, SummaryItemType] Property

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

latest2.0 KB
Original Source

ASPxSummaryItemCollection.Item[String, SummaryItemType] Property

Returns a summary item of the specified aggregate function type and associated with the specified data source field.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

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
ASPxSummaryItem

An ASPxSummaryItem object that represents the required summary item.

|

See Also

FieldName

SummaryType

Grid View

ASPxSummaryItemCollection Class

ASPxSummaryItemCollection Members

DevExpress.Web Namespace