Back to Devexpress

ASPxGridViewAddSummaryItemViaContextMenuEventArgs.SummaryItem Property

aspnet-devexpress-dot-web-dot-aspxgridviewaddsummaryitemviacontextmenueventargs.md

latest1.3 KB
Original Source

ASPxGridViewAddSummaryItemViaContextMenuEventArgs.SummaryItem Property

Gets a summary item that is added to the grid footer.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxSummaryItem SummaryItem { get; }
vb
Public ReadOnly Property SummaryItem As ASPxSummaryItem

Property Value

TypeDescription
ASPxSummaryItem

A ASPxSummaryItem object that is the summary item being added to the grid.

|

See Also

ASPxGridViewAddSummaryItemViaContextMenuEventArgs Class

ASPxGridViewAddSummaryItemViaContextMenuEventArgs Members

DevExpress.Web Namespace