InputChipGroup.ClearEditorTextOnCompletion Property
In This Article
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
C#
public bool ClearEditorTextOnCompletion { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
See Also