Skip to main content
A newer version of this page is available. .

ValidationHintBaseDefaultProperties.ImageUri Property

Gets or sets the image displayed within this ValidationHint object’s hint. The required image will be taken from the DevExpress Image Gallery.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue("")]
public string ImageUri { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the image displayed within this ValidationHint object’s hint.

Remarks

A hint, displayed by a ValidationHint object if the ValidationHintBaseDefaultProperties.ShowHint property allows it, can display an image and text string. To assign an image, use any of the following properties.

Refer to the Image Gallery and Context-Dependent Images article to learn how to apply context-dependent images using their URIs.

See Also