Skip to main content

ChipGroup.SelectChipAtIndex(Int32) Method

In This Article

Selects a chip with the specified index in the bound data source.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public void SelectChipAtIndex(
    int index
)

#Parameters

Name Type Description
index Int32

An integer value that specifies an index in the bound data source.

See Also