ChipGroup.ChipTapCommand Property
Gets or sets a command executed when a user taps 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
public ICommand ChipTapCommand { get; set; }
Property Value
Type | Description |
---|---|
ICommand | The command. |
See Also