Skip to main content

TreeListCustomSummaryEventArgs.SummaryProcess Property

Gets a value indicating the calculation stage.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public CustomSummaryProcess SummaryProcess { get; }

#Property Value

Type Description
CustomSummaryProcess

A CustomSummaryProcess enumeration value indicating the calculation stage.

See Also