ChoiceChipGroup.SelectedIndex Property
Gets or sets the index of the selected chip. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public int SelectedIndex { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | The index of the selected chip. |
See Also