Back to Devexpress

ASPxSummaryItemCollection.Item[String] Property

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

latest1.6 KB
Original Source

ASPxSummaryItemCollection.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 ASPxSummaryItem this[string fieldName] { get; }
vb
Public ReadOnly Property Item(fieldName As String) As ASPxSummaryItem

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
ASPxSummaryItem

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

|

See Also

FieldName

Grid View

ASPxSummaryItemCollection Class

ASPxSummaryItemCollection Members

DevExpress.Web Namespace