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

CustomizeCellEventArgs.SummaryItem Property

Gets or sets information on the summary calculated in the currently processed cell. This property is in effect only for summary cells.

Namespace: DevExpress.Export

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public ExportSummaryItem SummaryItem { get; set; }

Property Value

Type Description
DevExpress.Printing.ExportHelpers.ExportSummaryItem

An object that contains information on the summary calculated in the currently processed cell.

See Also