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

ASPxVerticalGridSummaryItemCollection.Item[String] Property

Returns a summary item associated with the specified data source field.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxVerticalGridSummaryItem this[string fieldName] { 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.

Property Value

Type Description
ASPxVerticalGridSummaryItem

An ASPxVerticalGridSummaryItem object that represents the summary item associated with the specified data source field.

See Also