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
public bool? ReserveBottomTextLine { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
|
See Also