FilterChipGroup.SelectedItems Property
In This Article
Provides access to the view models used to generate the selected chips in this group.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public IList<object> SelectedItems { get; set; }
#Property Value
Type | Description |
---|---|
IList<Object> | A collection of view models. |
#Remarks
If the chip group is not bound to a data source (see ItemsSource), this property returns a collection of Chip objects.
See Also