Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.95 KB

Readme.md

File metadata and controls

37 lines (24 loc) · 2.95 KB

DevExpress .NET MAUI Bottom Sheet - Implement the Master Detail View

This example shows how you can use our BottomSheet control to implement a master-detail view. The detail view includes a list (CollectionView) and custom buttons (SimpleButtons).

Requirements

Please register the DevExpress NuGet Gallery in Visual Studio to restore NuGet packages used in this solution. See the following topic for more information: Get Started with DevExpress Mobile UI for .NET MAUI.

You can also refer to the following YouTube video for more information on how to get started with the DevExpress .NET MAUI Controls: Setting up a .NET MAUI Project.

Implementation Details

Files to Review

Documentation

More Examples