ImageCollection Constructors
The collection of Image objects to be used within DevExpress controls.
The ImageCollection is also used as a part of the SharedImageCollection component.
| Name | Parameters | Description |
|---|---|---|
| ImageCollection() | none | Initializes a new instance of the ImageCollection class. |
| ImageCollection(Boolean) | allowModifyImages | Initializes a new instance of the ImageCollection class with the specified settings. |
| ImageCollection(IContainer) | container | Initializes a new instance of the ImageCollection class with the specified container. |
See Also