ShimmerView.IsLoading Property
Gets or sets whether shimmer animation is in progress. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public bool IsLoading { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the LoadingView property to specify a custom layout for the skeleton view.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the IsLoading property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.