DataFormView.EditorLabelFontAttributes Property
Gets or sets the font style for editor text labels.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public FontAttributes EditorLabelFontAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| FontAttributes | The value that specifies whether the text is bold, italic, or neither. |
Remarks

See Also