Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
[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.

#Inheritance

See Also