Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
public object SelectedItem { get; set; }

#Property Value

Type Description
System.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