Back to Devexpress

DataFormItem.ReserveBottomTextLine Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformitem-fc0c8b7e.md

latest973 B
Original Source

DataFormItem.ReserveBottomTextLine Property

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

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool? ReserveBottomTextLine { get; set; }

Property Value

TypeDescription
Nullable<Boolean>

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

|

See Also

DataFormItem Class

DataFormItem Members

DevExpress.Maui.DataForm Namespace