Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public ExportSummaryItem SummaryItem { get; set; }

Property Value

Type Description
ExportSummaryItem

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

See Also