ASPxCardViewSummaryItemCollection.Item[String] Property
Gets a summary item specified by its field name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|---|---|
| ASPxCardViewSummaryItem | A ASPxCardViewSummaryItem object whose ASPxSummaryItemBase.FieldName property matches the fieldName value. |
See Also