Back to Devexpress

InputChipGroup.TextChangedCommand Property

maui-devexpress-dot-maui-dot-editors-dot-inputchipgroup-cce52e48.md

latest856 B
Original Source

InputChipGroup.TextChangedCommand Property

Gets or sets the command executed when text in the input chip group changes. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public ICommand TextChangedCommand { get; set; }

Property Value

TypeDescription
ICommand

The command.

|

See Also

InputChipGroup Class

InputChipGroup Members

DevExpress.Maui.Editors Namespace