Skip to main content

FilterChipGroup.SelectedIndexes Property

Gets or sets the indexes of the selected chips.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public IList<int> SelectedIndexes { get; set; }

#Property Value

Type Description
IList<Int32>

A list of zero-based integer values that specify the indexes of the selected chips.

See Also