Skip to main content

DataFormView.ReserveBottomTextLine Property

Allows you to reserve a line for help and error text below each editor.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public bool ReserveBottomTextLine { get; set; }

Property Value

Type Description
Boolean

true, to reserve a line for help and error text; otherwise, false.

See Also