Skip to main content

ChoiceChipGroup.SelectedItem Property

Gets or sets the view model used to generate the selected chip. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public object SelectedItem { get; set; }

Property Value

Type Description
Object

The view model.

Remarks

If the chip group is not bound to a data source (see ItemsSource), this property returns a Chip object.

You can also use SelectedIndex and SelectedChip properties to specify the selected chip.

See Also