ASPxVerticalGridSummaryItemCollection.Item[String, SummaryItemType] Property
In This Article
Returns a summary item of the specified aggregate function type and associated with the specified data source field.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxVerticalGridSummaryItem this[string fieldName, SummaryItemType summaryType] { get; }
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String value that specifies the name of the data source field whose values are used for summary calculation. |
summary |
Summary |
A Summary |
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
See Also