Back to Devexpress

ASPxCardViewSummaryItemCollection.Item[String] Property

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

latest1.6 KB
Original Source

ASPxCardViewSummaryItemCollection.Item[String] Property

Gets a summary item specified by its field name.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxCardViewSummaryItem this[string fieldName] { get; }
vb
Public ReadOnly Property Item(fieldName As String) As ASPxCardViewSummaryItem

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
ASPxCardViewSummaryItem

A ASPxCardViewSummaryItem object whose ASPxSummaryItemBase.FieldName property matches the fieldName value.

|

See Also

ASPxCardViewSummaryItemCollection Class

ASPxCardViewSummaryItemCollection Members

DevExpress.Web Namespace