Skip to main content
A newer version of this page is available. .

SvgImageItemCollection Class

A collection of SvgImageItem objects.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public class SvgImageItemCollection :
    DXCollectionBase<SvgImageItem>,
    IDisposable

The following members return SvgImageItemCollection objects:

Inheritance

Object
DXCollectionBase<SvgImageItem>
SvgImageItemCollection
See Also