Skip to main content

InfiniteSourceBase.IsResetting Property

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

public bool IsResetting { get; }

Property Value

Type Description
Boolean

true if the virtual source reloads data; otherwise, false.

See Also