ChipGroup.SelectChipAtIndex(Int32) Method
In This Article
Selects a chip with the specified index in the bound data source.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public void SelectChipAtIndex(
int index
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that specifies an index in the bound data source. |
See Also