Skip to main content

SvgImage.UnknownTags Property

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

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public IEnumerable<string> UnknownTags { get; }

Property Value

Type Description
IEnumerable<String>

Stores unsupported image tags.

See Also