CompletedEventArgs.ClearEditorText Property
Gets or sets whether to clear text in the editor after a chip is created.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool ClearEditorText { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also