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