Back to Devexpress

ErrorTextPosition Enum

aspnet-devexpress-dot-web-61696377.md

latest1.4 KB
Original Source

ErrorTextPosition Enum

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

Declaration

csharp
public enum ErrorTextPosition
vb
Public Enum ErrorTextPosition

Members

NameDescription
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:

Remarks

Values listed by this enumerator are used to set the ValidationSettings.ErrorTextPosition property’s value.

See Also

DevExpress.Web Namespace