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

ASPxVerticalGridSummaryDisplayTextEventArgs.Item Property

Gets a summary item whose value is being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxVerticalGridSummaryItem Item { get; }

Property Value

Type Description
ASPxVerticalGridSummaryItem

An ASPxVerticalGridSummaryItem object that represents the summary item whose value is being processed.

See Also