DataFormView.IsEditorLabelVisible Property
Gets or sets whether the data form displays editor labels. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool IsEditorLabelVisible { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
The data form can display strings or icons as editor labels.
See Also