InfiniteSourceBase.IsResetting Property
In This Article
Gets whether the virtual source reloads data (a user sorts or filters the grid, or you call the RefreshRows() method).
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the virtual source reloads data; otherwise, false. |
See Also