SvgImage.UnknownTags Property
Returns the collection of image tags that are not supported by DevExpress controls.
Namespace: DevExpress.Utils.Svg
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<String> | Stores unsupported image tags. |
See Also