DataFormDisplayOptionsAttribute.IsVisible Property
Specifies whether the editor is visible on the data form.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if the editor is visible; otherwise, false. |
See Also