Skip to main content
A newer version of this page is available. .

EditBase.ClearIconVisibility Property

Specifies when the clear icon is displayed.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public IconVisibility ClearIconVisibility { get; set; }

Property Value

Type Description
IconVisibility

A value that specifies clear icon visibility.

Available values:

Name
Never
Always
Auto

Remarks

You can set the following values to the ClearIconVisibility property to change the visibility of the clear icon:

  • Auto - display an icon only if the edit box is not empty (default value).
  • Always - always display an icon.
  • Never - never display an icon.
See Also