ChipGroup.SelectChip(Chip) Method
In This Article
Selects the specified chip.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public void SelectChip(
Chip chip
)
#Parameters
Name | Type | Description |
---|---|---|
chip | Chip | An object that specifies a chip that should be selected. |
See Also