TcxCustomEditProperties.ValidationErrorIconAlignment Property
In This Article
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 |
---|---|
TLeft |
ta |
#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 evo
The default value of the ValidationErrorIconAlignment property is taLeftJustify.
See Also