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