Skip to main content

ColumnView.DataManagerReset Event

Fires when significant data source changes occur.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DXCategory("Data")]
public event EventHandler DataManagerReset

Event Data

The DataManagerReset event's data class is EventArgs.

Remarks

This event is raised when the greater part of the data source has changed. Such changes may occur in several cases: when reloading data from a data table, when applying grouping and sorting, and when changing the data schema, etc.

See Also