Back to Devexpress

Chip Types

maui-404634-chips-chip-types.md

latest1.9 KB
Original Source

Chip Types

  • Mar 17, 2025

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.

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.

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.

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.

Read Tutorial View Example