aspnet-devexpress-dot-web-61696377.md
Specifies an error text’s position within an error frame relative to a validated control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ErrorTextPosition
Public Enum ErrorTextPosition
| Name | Description |
|---|---|
Top |
An error text is displayed at the top of the validated control.
|
| Right |
An error text is displayed at the right of the validated control.
|
| Bottom |
An error text is displayed at the bottom of the validated control.
|
| Left |
An error text is displayed at the left of the validated control.
|
The following properties accept/return ErrorTextPosition values:
Values listed by this enumerator are used to set the ValidationSettings.ErrorTextPosition property’s value.
See Also