SimpleButton.IconVisible Property
In This Article
Specifies the button icon visibility.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public bool IconVisible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | True, to display the icon; otherwise, false. |
See Also