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