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

ValidationHintBaseProperties.SvgImage Property

Gets or sets a vector images assigned to a validation hint.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public SvgImage SvgImage { get; set; }

Property Value

Type Default Description
SvgImage *null*

The vector image assigned to a hint.

See Also