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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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