Skip to main content

VirtualSourceBase.AreRowsFetching Property

Gets whether the data source is currently fetching rows.

Namespace: DevExpress.Data

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AreRowsFetching { get; }

Property Value

Type Description
Boolean

true if the data source is currently fetching rows; otherwise, false.

Remarks

The Grid checks the AreRowsFetching property to show the loading indicator. You can use this property for a custom loading indication.

See Also