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
public bool ReserveBottomTextLine { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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 |
---|---|
Specify the help text color for an editor’s various states. | |
BottomTextFontSize | Configure the font settings for text displayed below the editor. |
Sets the distance between the editor’s help or error text and its bottom border. |