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

InfiniteSourceBase.IsResetting Property

Gets whether the source’s data is resetting.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public bool IsResetting { get; }

Property Value

Type Description
Boolean

true if the source’s data is resetting.

Remarks

The IsResetting property is equal to true when applying a new sort/filter or refreshing rows.

The GridControl uses this property to show loading panel instead of fetch rows indicator under rows.

You can use this property for the similar purpose for out-of-the-grid indication.

See Also