Skip to main content
All docs
V25.1
  • SvgImageItemCollection Class

    A collection of SvgImageItem objects.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public class SvgImageItemCollection :
        DXCollectionBase<SvgImageItem>,
        IDisposable

    The following members return SvgImageItemCollection objects:

    Inheritance

    Object
    DXCollectionBase<SvgImageItem>
    SvgImageItemCollection
    See Also