Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomEditProperties.ValidationErrorIconAlignment Property

Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation.

#Declaration

Delphi
property ValidationErrorIconAlignment: TLeftRight read; write; default taLeftJustify;

#Property Value

Type Default
TLeftRight taLeftJustify

#Remarks

The property value specifies the editor’s edge at which the error icon is painted (it’s the left edge by default).

Note

An error icon is displayed only if the evoShowErrorIcon flag is set within the ValidationOptions property. Refer to the property description to learn more.

The default value of the ValidationErrorIconAlignment property is taLeftJustify.

See Also