Skip to main content

Chip Types

This help topic lists chip controls available in the DevExpress component library for .NET MAUI.

Simple Chip

Chip is a standalone chip that allows users to trigger an action.

Action Chips

Read Tutorial View Example

Choice Chip Group

ChoiceChipGroup allows users to select a single option from a set. These chips are best used only when one choice is possible.

Choice Chip Group

Read Tutorial View Example

Filter Chip Group

FilterChipGroup allows users to select multiple options from a set. You can use these chips to display filters applied to content or use them to replace toggle buttons/checkboxes.

Filter Chip Group

Read Tutorial View Example

Input Chip Group

InputChipGroup displays user input as a single piece of information (may be validated, deleted, or modified). They can be used to enter entities like places, activities, roles, or used to enter tags and email addresses.

Input Chip Group

Read Tutorial View Example