Back to Devexpress

ChipGroup.SelectChipAtIndex(Int32) Method

maui-devexpress-dot-maui-dot-editors-dot-chipgroup-dot-selectchipatindex-x28-system-dot-int32-x29.md

latest844 B
Original Source

ChipGroup.SelectChipAtIndex(Int32) Method

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

csharp
public void SelectChipAtIndex(
    int index
)

Parameters

NameTypeDescription
indexInt32

An integer value that specifies an index in the bound data source.

|

See Also

ChipGroup Class

ChipGroup Members

DevExpress.Maui.Editors Namespace