Back to Devexpress

EditBase.ClearIconVisibility Property

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-dot-editbase-0b388102.md

latest1.3 KB
Original Source

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

csharp
public IconVisibility ClearIconVisibility { get; set; }

Property Value

TypeDescription
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.
  • Always - always display an icon (disabled when the editor is empty).
  • Never - never display an icon.

See Also

ClearIconColor

EditBase Class

EditBase Members

DevExpress.XamarinForms.Editors Namespace