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 |
|
See Also