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