Back to Devexpress

ASPxVerticalGridSummaryItemCollection.Item[String, SummaryItemType] Property

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

latest2.2 KB
Original Source

ASPxVerticalGridSummaryItemCollection.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 ASPxVerticalGridSummaryItem this[string fieldName, SummaryItemType summaryType] { get; }
vb
Public ReadOnly Property Item(fieldName As String, summaryType As SummaryItemType) As ASPxVerticalGridSummaryItem

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
ASPxVerticalGridSummaryItem

An ASPxVerticalGridSummaryItem object that represents the required summary item.

|

See Also

FieldName

SummaryType

Vertical Grid

ASPxVerticalGridSummaryItemCollection Class

ASPxVerticalGridSummaryItemCollection Members

DevExpress.Web Namespace