Chip.SelectionChangedCommand Property
Gets or sets a command executed when a user (un)selects this chip.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ICommand SelectionChangedCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand | The command. |
See Also