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")]
public class ShimmerView :
    View,
    IDXViewController,
    IAppearanceOwner,
    IVisualTreeElement

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.
See Also