Skip to main content
Tab

ASPxGridViewAddSummaryItemViaContextMenuEventArgs.SummaryItem Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxSummaryItem SummaryItem { get; }

Property Value

Type Description
ASPxSummaryItem

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

See Also