Back to Devexpress

.NET MAUI Featured Scenarios

maui-404291-scenarios.md

latest15.3 KB
Original Source

.NET MAUI Featured Scenarios

  • Aug 08, 2024
  • 4 minutes to read

The DevExpress .NET MAUI Controls ship with GitHub examples that implement popular mobile interface patterns.

Expandable Cards with Lists

Displays CollectionView items within expandable cards.

Related Controls: DXCollectionView, DXButton

Cards with Custom Content

Displays the ChartView within cards.

Related Controls : DXButton, ChartView

Form-Based Authentication (Login/Password) with the DevExpress Web API Service

Uses our free .NET App Security & Web API Service to authenticate users.

Role-based Access Control (RBAC) & Permission Management

Expands the Authentication scenario with role-based data access.

Context Menu Actions in Popup

Uses our DXPopup control to display custom actions.

Related Controls : DXButton, DXPopup

Enable Multiple Selection and Display Contextual Action Bar

Handles the DXCollectionView.LongPress event to enable multiple item selection and to display the contextual action bar.

Related Controls : DXCollectionView, DXButton

Master-Detail View with BottomSheet Control

Uses our BottomSheet control to implement a master-detail view.

Related Controls : BottomSheet, DXButton, DXImage

DataGrid Column Chooser

This example implements a DataGridView column chooser.

Related Controls : DataGridView, DXPopup, DXCollectionView, CheckEdit

Infinite Collection View Scrolling

Implements infinite scrolling in the DXCollectionView.

Related Controls : DXCollectionView, DXButton

Send Template Messages with Mail Merge

Uses Mail Merge (part of our Office File API subscription) to send emails.

Related Controls : DXPopup, RichEditDocumentServer

Replicate a Single-Column Kanban View

Implements a single-column Kanban view based on our DataGridView.

Related Controls : DataGridView

Places a DataGridView search bar in a ContentPage‘s toolbar area.

Related Controls : DataGridView, TextEdit, StatusBarBehavior

Sign a PDF File with a Custom Signature

Uses our Office File API to find a signature field in a PDF document and sign it with your custom drawn signature.

Related Controls : DXPopup, DrawingView, OfficeFileAPI

Google Maps-Inspired POI Details

Uses the DevExpress BottomSheet control to replicate POI (point of interest) details from Google Maps.

Related Controls : BottomSheet, DXImage, Map Control

Contact Edit Form

Uses the DataFormView control to build a contact edit form.

Related Controls : DataFormView, DataFormTextItem, DataFormNumericItem, ImageEdit, DXBorder, DXToolbar, StatusBarBehavior

Interactive Chart: Bar Selection

Displays detailed information for the selected Bar in a Chart.

Related Controls : ChartView, StatusBarBehavior

Candlestick Financial Chart with Volume Bars, Indicators and Time Frames

Displays a financial chart with trading volume bars, financial indicators, and time frame selectors.

Related Controls : ChartView, FilterChipGroup, Chip

Chip Filters for a CollectionView

Adds chips with predefined filters that you can apply to a CollectionView control.

Related Controls : FilterChipGroup, DXCollectionView

Populate E-Forms in PDF Files

Uses the PdfViewer component to display and edit a PDF document that contains interactive forms (AcroForms).

Related Controls : PdfViewer, ToolbarItem

Display Filtering UI Elements in a BottomSheet

Populates a BottomSheet control with the CollectionView’s Filtering UI Elements.

Related Controls : BottomSheet, DXCollectionView

Use Form Items to Build a Settings Page

Replicates settings pages with our DevExpress Form Items for MAUI.

Related Controls : FormItem, FormListPickerItem, FormSwitchItem

CRUD Operations

Illustrates DevExpress CollectionView capabilities for .NET MAUI. You can edit existing contacts or add new contacts to the list.

Related Controls : DXCollectionView, DataFormView

Use Gauges to Build a Dashboard Panel

Uses the Radial Gauge control to build a dashboard for a smart home app.

Related Controls : RadialGauge, Label, Switch

Use HTML Edit Control to View and Edit Formatted Text

Uses the HTML Edit control to view and edit formatted text stored as HTML. The control obtains data from a property in the selected DataGridView item.

Related Controls : HtmlEdit, SafeKeyboardAreaView, DataGridView, Label

Use Office File API to Import Excel Data

Uses Office File API to import data from Excel to Data Grid.

Related Controls : OfficeFileAPI, DataFormView

Use DevExpress .NET MAUI Components to Build a Chat View

Uses DevExpress .NET MAUI Components to display a chat view with sender and receiver messages, suggested quick replies, and response input controls.

Related Controls : DXContentPresenter, DXCollectionView, DXBorder, TextEdit, DXButton, SafeKeyboardAreaView

Convert HTML to Markdown

Uses DevExpress .NET MAUI HTML Edit Control to display HTML markup and convert it to Markdown.

Related Controls : HtmlEdit, DXToolbar, DXDockLayout, Editor

Implement a Material Design 3 Theme Selector

Uses DevExpress .NET MAUI Components to create a Material Design 3 theme selector.

Related Controls : DXScrollView, Label, ChoiceChipGroup, DXBorder, DXCollectionView, DXButton