DataFormItem.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
Declaration
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