Skip to main content
All docs
V26.1
  • SvgImage.UnknownTags Property

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

    Namespace: DevExpress.Utils.Svg

    Assembly: DevExpress.Data.v26.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public IEnumerable<string> UnknownTags { get; }

    Property Value

    Type Description
    IEnumerable<String>

    Stores unsupported image tags.

    See Also