Skip to main content
All docs
V22.1
  • InputChipGroup.ClearEditorTextOnCompletion Property

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

    Namespace: DevExpress.XamarinForms.Editors

    Assembly: DevExpress.XamarinForms.Editors.dll

    NuGet Package: DevExpress.XamarinForms.Editors

    Declaration

    public bool ClearEditorTextOnCompletion { get; set; }

    Property Value

    Type Description
    Boolean

    true to clear text; otherwise, false.

    See Also