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.ErrorIcon Property

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

#Declaration

Delphi
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