EditBase.IsEndIconVisible Property
Gets or sets whether the trailing icon is visible.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public bool IsEndIconVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True, to make icon visible; otherwise, false. |
See Also