Skip to main content
A newer version of this page is available. .

InfiniteSourceBase.IsResetting Property

Gets whether the source data is resetting.

Namespace: DevExpress.Data

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public bool IsResetting { get; }

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