Skip to main content

DataFormViewActualAppearance.ReserveBottomTextLine Property

Gets whether the DataFormView editors include a line for help and error text. To specify this value, use the ReserveBottomTextLine property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool ReserveBottomTextLine { get; }

Property Value

Type Description
Boolean

true to reserve a line for help and error text below each editor; otherwise false.

See Also