Skip to main content

ChoiceChipGroup.SelectedItem Property

Gets or sets the view model used to generate the selected chip.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public object SelectedItem { get; set; }

Property Value

Type Description
Object

An object that specifies a view model.

Remarks

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

See Also