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

ValidationHintBaseProperties.ImageUri Property

Gets or sets the image displayed within a hint of any ValidationHint object owned by this manager. The required image will be taken from the DevExpress Image Gallery.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the image displayed within a hint of any ValidationHint object owned by this manager.

Remarks

See the ValidationHintBaseDefaultProperties.ImageUri property to learn more.

See Also