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
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 an organized layout, facilitating easy grouping and selection, and enhancing user experience and interface design.

.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 arrange the chips according to their preference using various layout options, such as stack, flex, and more.

.NET MAUI Chips layout.


Types of chips

The .NET MAUI Chips control features a versatile set of chips that include input, choice, action, and filter types. Each chip type serves a distinct purpose, allowing flexible and dynamic user interactions.

.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

The .NET MAUI Chips is highly customizable. You can customize its color, border thickness, and corner radius.

.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, ensuring seamless integration and enhanced functionality.




Frequently Asked Questions

The Syncfusion .NET MAUI Chips control offers the following features:

  • Chip types include action, choice, filter, and input.
  • Built-in support for customizing Chips.
  • One of the best .NET MAUI Chips in the market, offering feature-rich UI to interact with the software.
  • Simple configuration and APIs.
  • Mobile-touch friendly.
  • Extensive demos, documentation, and videos to let you get started quickly with the .NET MAUI Chips.

You can find our .NET MAUI Chips demo, which demonstrates how to render and configure the Chips.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

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