Back to Devexpress

PagedSourceBase.IsCurrentPageLoading Property

wpf-devexpress-dot-xpf-dot-data-dot-pagedsourcebase-bfa6741d.md

latest1.2 KB
Original Source

PagedSourceBase.IsCurrentPageLoading Property

Gets whether the source is fetching current page right now.

Namespace : DevExpress.Xpf.Data

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsCurrentPageLoading { get; }
vb
Public ReadOnly Property IsCurrentPageLoading As Boolean

Property Value

TypeDescription
Boolean

true, if the current page is loading; otherwise, false.

|

Remarks

The GridControl checks this property to show the loading indicator.

You can use this property for custom loading indication.

See Also

PagedSourceBase Class

PagedSourceBase Members

DevExpress.Xpf.Data Namespace