ChipGroup.GetChipByItem(Object) Method
Returns a chip by a view model object based on which the chip is created.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Chip GetChipByItem(
object item
)
Parameters
Name | Type | Description |
---|---|---|
item | Object | An object that specifies a view model for a chip. |
Returns
Type | Description |
---|---|
Chip | An object that specifies a chip. |
See Also