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

ImageCollection Properties

The collection of Image objects to be used within DevExpress controls. The ImageCollection is also used as a part of the SharedImageCollection component.

Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
Images Provides access to the collection of images.
ImageSize

Gets or sets the size of images in the image collection. For the SharedImageCollection, this property specifies the size of images fetched from an image strip (at design time or via the ImageCollection.AddImageStrip and ImageCollection.AddImageStripVertical methods).

ImageStream Gets or sets the handle to the ImageListStreamer associated with the current image collection.
IsDpiAware Gets or sets the value that specifies that when requesting an image from the ImageCollection, another DPI-specific image corresponding to the requested image is returned instead.
RegisteredAssemblies Provides access to external image-containing assemblies, registered by this ImageCollection.
Site Gets or sets the ISite of the Component. Inherited from Component.
TransparentColor Gets or sets the color to treat as transparent.
See Also