Back to Devexpress

ChoiceChipGroup.SelectedItem Property

maui-devexpress-dot-maui-dot-editors-dot-choicechipgroup-2a2b3e63.md

latest1.2 KB
Original Source

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

csharp
public object SelectedItem { get; set; }

Property Value

TypeDescription
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

ChoiceChipGroup Class

ChoiceChipGroup Members

DevExpress.Maui.Editors Namespace