DataFormItem.ReserveBottomTextLine Property
In This Article
Allows you to reserve a line for help and error text below the editor.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public bool? ReserveBottomTextLine { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | true to reserve a line for help and error text; otherwise, false. |
See Also