DataFormView.EditorBottomTextFontAttributes Property
In This Article
Specifies whether an editor’s help and error text is bold or italic.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public FontAttributes EditorBottomTextFontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
The value that specifies whether the text is bold, italic, or neither. |
See Also