Skip to main content

TcxCustomEditProperties.ErrorIcon Property

Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation.

Declaration

property ErrorIcon: TdxSmartImage read; write;

Property Value

Type
TdxSmartImage

Remarks

When the editor fails validation, it displays an error icon if the evoShowErrorIcon flag is set within the ValidationOptions property. Refer to the property description to learn how to customize an error indication using the ErrorIcon property.

Use the ValidationErrorIconAlignment property to specify how the error icon is horizontally aligned within the editor.

See Also