Skip to main content

DataFormView.ReserveBottomTextLine Property

Gets or sets whether a line for help and error text below each editor is reserved. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool ReserveBottomTextLine { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also