Back to Devexpress

SelectableChipGroup.SelectionChangedCommand Property

maui-devexpress-dot-maui-dot-editors-dot-selectablechipgroup-cc9d551e.md

latest892 B
Original Source

SelectableChipGroup.SelectionChangedCommand Property

Gets or sets a command executed when a user (un)selects a chip in this group. This is a bindable property.

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

SelectableChipGroup Class

SelectableChipGroup Members

DevExpress.Maui.Editors Namespace