Skip to main content

Images(ImageCollection, Boolean) Constructor

Initializes a new instance of the Images class with the specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public Images(
    ImageCollection owner,
    bool allowModifyImages
)

Parameters

Name Type Description
owner ImageCollection

An ImageCollection object representing the Images object’s owner.

allowModifyImages Boolean

true to permit image modification; otherwise, false.

See Also