Skip to main content

DataFormView.EditorBottomTextFontSize Property

Gets or sets the font size of an editor’s help and error text. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

[TypeConverter(typeof(FontSizeConverter))]
public double EditorBottomTextFontSize { get; set; }

Property Value

Type Description
Double

The text font size.

See Also