Skip to main content
All docs
V25.1
  • ImageCollection(IContainer) Constructor

    Initializes a new instance of the ImageCollection class descendant with the specified settings.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public ImageCollection(
        IContainer container
    )

    Parameters

    Name Type Description
    container IContainer

    An IContainer that specifies an object that owns this image collection descendant.

    See Also