Back to Devexpress

DataFormDisplayOptionsAttribute.IsLabelVisible Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformdisplayoptionsattribute-08af6708.md

latest1.3 KB
Original Source

DataFormDisplayOptionsAttribute.IsLabelVisible Property

Specifies whether the data form displays a label for the editor.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool IsLabelVisible { get; set; }

Property Value

TypeDescription
Boolean

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

|

Remarks

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

Text Labels

Icons

See Also

DataFormDisplayOptionsAttribute Class

DataFormDisplayOptionsAttribute Members

DevExpress.Maui.DataForm Namespace