Back to Devexpress

DataFormItem.IsVisible Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformitem-8304f971.md

latest861 B
Original Source

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

csharp
public bool IsVisible { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true if the editor is visible; otherwise, false.

|

See Also

DataFormItem Class

DataFormItem Members

DevExpress.Maui.DataForm Namespace