Skip to main content
All docs
V22.1
  • ChipGroup.GetChipByItem(Object) Method

    Returns a chip by a view model object based on which the chip is created.

    Namespace: DevExpress.XamarinForms.Editors

    Assembly: DevExpress.XamarinForms.Editors.dll

    NuGet Package: DevExpress.XamarinForms.Editors

    Declaration

    public Chip GetChipByItem(
        object item
    )

    Parameters

    Name Type Description
    item Object

    An object that specifies a view model for a chip.

    Returns

    Type Description
    Chip

    An object that specifies a chip.

    See Also