Skip to main content
A newer version of this page is available. .

FilterChipGroup.SelectedIndexes Property

Gets or sets the indexes of the selected chips. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public IList<int> SelectedIndexes { get; set; }

Property Value

Type Description
IList<Int32>

A list of zero-based integer values that specify the indexes of the selected chips.

See Also