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