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

SvgImage.UnknownTags Property

Returns the collection of image tags that are not supported by DevExpress controls.

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Data.v22.1.dll

NuGet Package: DevExpress.Data

Declaration

public IEnumerable<string> UnknownTags { get; }

Property Value

Type Description
IEnumerable<String>

Stores unsupported image tags.

See Also