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