Back to Devexpress

ASPxVerticalGridSummaryItemCollection.Item[String] Property

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

latest1.8 KB
Original Source

ASPxVerticalGridSummaryItemCollection.Item[String] Property

Returns a summary item 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] { get; }
vb
Public ReadOnly Property Item(fieldName As String) As ASPxVerticalGridSummaryItem

Parameters

NameTypeDescription
fieldNameString

A String value that specifies the name of the data source field whose values are used for summary calculation.

|

Property Value

TypeDescription
ASPxVerticalGridSummaryItem

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

|

See Also

FieldName

Vertical Grid

ASPxVerticalGridSummaryItemCollection Class

ASPxVerticalGridSummaryItemCollection Members

DevExpress.Web Namespace