Back to Devexpress

InputChipGroup.ClearEditorTextOnCompletion Property

maui-devexpress-dot-maui-dot-editors-dot-inputchipgroup-467c64a3.md

latest903 B
Original Source

InputChipGroup.ClearEditorTextOnCompletion Property

Gets or sets whether to clear text in the editor after a chip is created. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool ClearEditorTextOnCompletion { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true to clear text; otherwise, false.

|

See Also

InputChipGroup Class

InputChipGroup Members

DevExpress.Maui.Editors Namespace