menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfChipsType - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfChipsType

    Contains values to the SfChipType enumeration that determines the SfChipsType as Input, Filter, Choice, or Action.

    Inheritance
    System.Object
    SfChipsType
    Namespace: Syncfusion.XForms.Buttons
    Assembly: Syncfusion.Buttons.XForms.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

    Chip group have an editor as the last child in layout.

    Declaration
    public const SfChipsType Input
    Field Value
    Type
    SfChipsType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved