Back to Devexpress

ViewBase.IsDataLoading Property

maui-devexpress-dot-maui-dot-scheduler-dot-viewbase-14fba09d.md

latest809 B
Original Source

ViewBase.IsDataLoading Property

Gets or sets whether data is loading. This is a bindable property.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public bool IsDataLoading { get; set; }

Property Value

TypeDescription
Boolean

true if data is loading; otherwise, false.

|

See Also

ViewBase Class

ViewBase Members

DevExpress.Maui.Scheduler Namespace