Skip to main content

EditFormView.ErrorFontSize Property

Gets or sets the font size of the EditFormView‘s editor when its value is invalid. This is a bindable property.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

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

Property Value

Type Description
Double

The error text’s font size.

See Also