Skip to main content
Tab

ErrorTextPosition Enum

Specifies an error text’s position within an error frame relative to a validated control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum ErrorTextPosition

Members

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.

Related API Members

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