DataFormItem.IsVisible Property
Gets or sets whether the editor is visible on the data form. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
See Also