Back to Devexpress

SvgImageItemCollection Class

windowsforms-devexpress-dot-xtraeditors-b91c84d7.md

latest1.6 KB
Original Source

SvgImageItemCollection Class

A collection of SvgImageItem objects.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public class SvgImageItemCollection :
    DXCollectionBase<SvgImageItem>,
    IDisposable
vb
Public Class SvgImageItemCollection
    Inherits DXCollectionBase(Of SvgImageItem)
    Implements IDisposable

The following members return SvgImageItemCollection objects:

Inheritance

Object DXCollectionBase<SvgImageItem> SvgImageItemCollection

See Also

SvgImageItemCollection Members

RootItems

Items

DevExpress.XtraEditors Namespace