AutoCompleteEdit.SubmitIconVisibility Property
Specifies when the submit icon is displayed.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public IconVisibility SubmitIconVisibility { get; set; }
Property Value
Type | Description |
---|---|
IconVisibility | A value that specifies submit icon visibility. |
Available values:
Name |
---|
Never |
Always |
Auto |
Remarks
To change the visibility of the submit icon, you can set the SubmitIconVisibility property to the following values:
- Auto - displays an icon only if the edit box is not empty (the default value).
- Always - always displays an icon.
- Never - never displays an icon.
See Also