Skip to main content

EditFormView.ErrorMinBottomOffset Property

Gets or sets the minimum bottom offset between the editor whose value is invalid and the error text. This is a bindable property.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public double ErrorMinBottomOffset { get; set; }

Property Value

Type Default Description
Double 10

The minimum bottom offset.

See Also