.NET MAUI DevExpress BottomSheet: Examples
The following GitHub examples use the DevExpress .NET MAUI BottomSheet to implement various usage scenarios:
- Google Maps-Inspired POI Details
- This example uses the DevExpress
BottomSheet
control to replicate POI (point of interest) details from Google Maps. The detail view includes an image gallery, action buttons, and description. Refer to the following scenario description for more information: Google Maps-Inspired POI Details - Master Detail View
- This example shows how to use our
BottomSheet
control to implement a master-detail view. Refer to the following scenario description for more information: Master-Detail View with BottomSheet Control - Filtering UI
- This example places DXCollectionView Filter UI Elements in a
BottomSheet
control. Refer to the following scenario description for more information: Display Filtering UI Elements in a BottomSheet