InfiniteSourceBase.IsResetting Property
Gets whether the source data is resetting.
Namespace: DevExpress.Data
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type |
---|
Boolean |
Remarks
The IsResetting property returns true when applying a new sort/filter or refreshing rows.
The GridControl uses this property to show the loading panel instead of the fetch rows indicator under rows.
You can use this property for a similar purpose for a custom indication.
See Also