AutoCompleteColumn.SubmitIconVisibility Property
Gets or sets when the submit icon is displayed.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
[XtraSerializableProperty]
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