Skip to main content

ShimmerView Class

A view that shows placeholders instead of UI elements. Shimmer effects indicate that a loading operation is in progress.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

[ContentProperty("Content")]
[DXLicenseMAUI]
public class ShimmerView :
    View,
    IDXViewController,
    IAppearanceOwner

Remarks

The ShimmerView control allows you to add a shimmer effect when loading data in your mobile app.

DevExpress Shimmer View for MAUI

For more information about the ShimmerView control, refer to the following help topics:

Overview
Contains basic information about ShimmerView.
Layout
This topic explains how to create a custom skeleton screen.
Custom Appearance
This topic explains how to customize shimmer wave appearance settings.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShimmerView class.

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.

Inheritance

See Also