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

BottomSheet Class

A view that slides out from the bottom of the screen and shows an action list or other supplemental content.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

#Declaration

C#
[ContentProperty("Content")]
public class BottomSheet :
    View,
    IDXViewController,
    IAppearanceOwner

#Remarks

In the following image, the Bottom Sheet shows detail information for a tapped Collection View item:

DevExpress Bottom Sheet for MAUI - A sample bottom sheet

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

Overview
Contains basic information about BottomSheet.
Get Started
This step-by-step tutorial guides you through creating an app with a BottomSheet.
States and Modality
Describes how to manage different states of the BottomSheet control.
Custom Appearance
Explains how to customize BottomSheet appearance.
Examples
Lists task-based solutions with the BottomSheet control.

#Inheritance

See Also