We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

.NET MAUI Chips is a feature-rich control that presents information in an interactive and customizable layout. It arranges multiple chips in a layout and groups them to make selection easy.

.NET MAUI Chips control.


.NET MAUI Chips Code Example

Easily get started with the .NET MAUI Chips using a few simple lines of XAML code as demonstrated below. Also explore our .NET MAUI Chips Example that shows you how to render and configure .NET MAUI Chips.

<ContentPage.BindingContext>
  <local:ViewModel/>
</ContentPage.BindingContext>
<ContentPage.Content>
  <StackLayout>
      <chip:SfChipGroup
        Command="{Binding ActionCommand}"
        ItemsSource="{Binding Employees}"
        DisplayMemberPath="Name"
        ChipType="Action">
      </chip:SfChipGroup>
    <StackLayout Orientation="Horizontal">
      <Label
        Text="Name:"
        FontAttributes="Bold"
        FontSize="14" />
      <Label
        Text="{Binding Result}"
        FontAttributes="Bold"
        FontSize="14" />
    </StackLayout>
  </StackLayout>  
</ContentPage.Content>

Layout

Users can choose any layout, such as a stack, flex, and others, to arrange the chips.

.NET MAUI Chips layout


Types of chips

The .NET MAUI Chips control includes four types of chips.

.NET MAUI Chips input type

Input chips

Display a piece of information in a compact form by converting text into chips. Input-type chips can be removed from the layout with the close button.

.NET MAUI Chips action type

Action chips

An action-type chip executes a command when it is tapped. It returns the tapped chip or its data context as a command parameter.

.NET MAUI Chips choice type

Choice chips

The choice type of .NET MAUI Chips provides a way to pick a selection from several options.

.NET MAUI Chips filter type

Filter chips

The filter type of .NET MAUI Chips provides a way to make multiple selections in a chip group. A selection indicator will appear when a chip is selected.


Customization

Easily customize the border color, border thickness, and corner radius of .NET MAUI Chips.

.NET MAUI Chips border color

Border color

The border color of .NET MAUI Chips can easily be customized to the desired color.

.NET MAUI Chips border thickness

Border thickness

The border of .NET MAUI Chips can easily be customized to the desired thickness. You can also remove the border entirely if it is not required.

.NET MAUI Chips corner radius

Corner radius

The .NET MAUI Chips control’s corner radii can easily be customized to create rounded edges.


.NET MAUI Chips MVVM support

MVVM support

Every aspect of the .NET MAUI Chips control has been designed with the MVVM pattern in mind.



Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Syncfusion .NET MAUI Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile