Skip to main content

GridColumnSummary.Reset() Method

Interrupts the process of summary calculation.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public void Reset()

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The Reset method cancels the summary calculation and sets the GridColumnSummary.IsValid property to false.

See Also