DataFormView.IsEditorLabelVisible Property
In This Article
Specifies whether the data form displays editor labels.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public bool IsEditorLabelVisible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, to display editor labels; otherwise, false. |
#Remarks
The data form can display strings or icons as editor labels.
See Also