Back to Devexpress

EditBase.ReserveBottomTextLine Property

maui-devexpress-dot-maui-dot-editors-dot-editbase-0ba4114f.md

latest2.3 KB
Original Source

EditBase.ReserveBottomTextLine Property

Gets or sets whether the line with the error text below the edit box is reserved. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool ReserveBottomTextLine { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true to reserve a line for the error text; otherwise, false

|

Remarks

You can display HelpText or ErrorText (if the HasError property is true) below an editor. If HelpText is not set, ErrorText appears as an additional line below the edit box and page content shifts down. To prevent this behavior, set the ReserveBottomTextLine property to true.

You can also use the following properties to configure the help/error text appearance in different states:

|

Property

|

Description

| | --- | --- | |

HelpTextColor
DisabledHelpTextColor

|

Specify the help text color for an editor’s various states.

| |

BottomTextFontSize
BottomTextFontFamily
BottomTextFontAttributes

|

Configure the font settings for text displayed below the editor.

| |

BottomTextTopIndent

|

Sets the distance between the editor’s help or error text and its bottom border.

|

See Also

EditBase Class

EditBase Members

DevExpress.Maui.Editors Namespace