Class SfChipsType
Contains values to the SfChipsType enumeration that determines the SfChipsType as Input, Filter, Choice, or Action.
Inheritance
System.Object
    SfChipsType
  Namespace: Syncfusion.Maui.Toolkit.Chips
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class SfChipsType : Enum
  Fields
Action
Triggers an action while tapping the chip.
Declaration
public const SfChipsType Action
  Field Value
| Type | 
|---|
| SfChipsType | 
Choice
Allows to select/toggle at most only one chip.
Declaration
public const SfChipsType Choice
  Field Value
| Type | 
|---|
| SfChipsType | 
Filter
Allows to select multiple chips in a group.
Declaration
public const SfChipsType Filter
  Field Value
| Type | 
|---|
| SfChipsType | 
Input
The chip group have an editor as the last child in layout.
Declaration
public const SfChipsType Input
  Field Value
| Type | 
|---|
| SfChipsType |