FilterChipGroup.SelectedChips Property
In This Article
Provides access to the selected chips.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public IReadOnlyList<Chip> SelectedChips { get; }
#Property Value
Type | Description |
---|---|
IRead |
A collection of chips. |
See Also