Skip to main content
A newer version of this page is available. .

DevExpress Button, Chips & Checkbox for .NET MAUI

  • 2 minutes to read

The DevExpress Mobile UI for .NET MAUI suite contains controls that allow your users to trigger actions, make selections, enable options, and filter content.

Button

The DevExpress Mobile UI for .NET MAUI suite contains the SimpleButton component that allows users to trigger actions. You can assign an icon to the button, specify the background color, shape, and much more.

DevExpress Checkbox and Button for .NET MAUI

Download and install the DevExpress.Maui.Controls package from the DevExpress NuGet Gallery to obtain our SimpleButton component. See the following help topic for more information: Get Started with DevExpress Mobile UI for .NET MAUI.

Expandable Cards with Lists Expandable Cards with Lists Featured Scenario

Cards with Custom Content Cards with Custom Content Featured Scenario

Master-Detail View with BottomSheet Control Bottom Sheet Featured Scenario

Chips

Chips are small but highly functional visuals that allow users to make selections, filter content, input tokens, or trigger actions.

DevExpress Chips for .NET MAUI

  1. Action Chips
  2. Choice Chips
  3. Input Chips
  4. Filter Chips

The table below describes all supported chip types.

Editor Description
Chip A chip that allows users to trigger an action.
ChoiceChipGroup A chip group that allows users to select a single chip.
FilterChipGroup A chip group that allows users to select multiple chips.
InputChipGroup A chip group that allows users to input a new chip.

View Example: Get Started with DevExpress Chips for .NET MAUI

Download and install the DevExpress.Maui.Editors package from the DevExpress NuGet Gallery to obtain our Chip, ChoiceChipGroup, FilterChipGroup, and InputChipGroup components. See the following help topic for more information: Get Started with DevExpress Mobile UI for .NET MAUI.

Candlestick Financial Chart with Volume Bars, Indicators and Time Frames Search Bar Featured Scenario

Chip Filters for a CollectionView Search Bar Featured Scenario

Checkbox

The DevExpress Editors for .NET MAUI suite also contains the CheckEdit component that supports an indeterminate state.

DevExpress Checkbox and Button for .NET MAUI

Download and install the DevExpress.Maui.Editors package from the DevExpress NuGet Gallery to obtain our CheckEdit component. See the following help topic for more information: Get Started with DevExpress Mobile UI for .NET MAUI.

DataGrid Column Chooser Column Chooser Featured Scenario

See Also