menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfChipsType - API Reference

    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 Description
    SfChipsType

    Choice

    Allows to select/toggle at most only one chip.

    Declaration
    public const SfChipsType Choice
    Field Value
    Type Description
    SfChipsType

    Filter

    Allows to select multiple chips in a group.

    Declaration
    public const SfChipsType Filter
    Field Value
    Type Description
    SfChipsType

    Input

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

    Declaration
    public const SfChipsType Input
    Field Value
    Type Description
    SfChipsType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved