ICustomSummaryEventArgs.SummaryProcess Property
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
Property Value
Type |
---|
CustomSummaryProcess |
Available values:
Name | Description |
---|---|
Start | Indicates that the process of custom summary calculation is about to be started. |
Calculate | Indicates that custom summary calculation is in progress. This means the event is raised for a specific data row containing the field value used to calculate the processed custom summary. |
Finalize | Indicates that the process of custom summary calculation is finished. |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
See Also