Back to Devexpress

ASPxVerticalGridSummaryDisplayTextEventArgs.Item Property

aspnet-devexpress-dot-web-dot-aspxverticalgridsummarydisplaytexteventargs.md

latest1.3 KB
Original Source

ASPxVerticalGridSummaryDisplayTextEventArgs.Item Property

Gets a summary item whose value is being processed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxVerticalGridSummaryItem Item { get; }
vb
Public ReadOnly Property Item As ASPxVerticalGridSummaryItem

Property Value

TypeDescription
ASPxVerticalGridSummaryItem

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

|

See Also

ASPxVerticalGridSummaryDisplayTextEventArgs Class

ASPxVerticalGridSummaryDisplayTextEventArgs Members

DevExpress.Web Namespace