Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridSummaryItem 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
ASPxVerticalGridSummaryItem

An ASPxVerticalGridSummaryItem object that represents the required summary item.

See Also