TcxCustomEditProperties.ValidationErrorIconAlignment Property
Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation.
Declaration
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