Back to Devexpress

Chip.SelectionChangedCommand Property

maui-devexpress-dot-maui-dot-editors-dot-chip-268a9d12.md

latest777 B
Original Source

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

csharp
public ICommand SelectionChangedCommand { get; set; }

Property Value

TypeDescription
ICommand

The command.

|

See Also

Chip Class

Chip Members

DevExpress.Maui.Editors Namespace