Skip to main content

ChoiceChipGroup.SelectedIndex Property

Gets or sets the index of the selected chip.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public int SelectedIndex { get; set; }

#Property Value

Type Description
Int32

A zero-based integer value that specifies the index of the selected chip.

See Also