Skip to main content

DataFormDisplayOptionsAttribute.ReserveBottomTextLine Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.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