Skip to main content
A newer version of this page is available. .

BootstrapCardViewSummaryDisplayTextEventArgs.Item Property

Gets a summary item whose value is being processed.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public ASPxCardViewSummaryItem Item { get; }

Property Value

Type Description
ASPxCardViewSummaryItem

A ASPxCardViewSummaryItem object that represents the summary item whose value is being processed.

See Also