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