DataFormView.EditorBottomTextFontSize Property
In This Article
Gets or sets the font size of an editor’s help and error text.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public double EditorBottomTextFontSize { get; set; }
#Property Value
Type | Description |
---|---|
Double | The text font size. |
See Also