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