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
[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:
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.
Implements
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
Inheritance
See Also