Back to Devexpress

DataFormItem.IsLabelVisible Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformitem-b115be55.md

latest1.3 KB
Original Source

DataFormItem.IsLabelVisible Property

Gets or sets whether the data form displays a label for the editor. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool? IsLabelVisible { get; set; }

Property Value

TypeDescription
Nullable<Boolean>

true, to display the editor’s label; otherwise, false.

|

Remarks

The data form can display strings (DataFormItem.LabelText) or icons (DataFormItem.LabelIcon) as labels for editors.

Text Labels

Icons

See Also

DataFormItem Class

DataFormItem Members

DevExpress.Maui.DataForm Namespace