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 |
---|---|
Can |
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. |
Design |
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. |
Image |
Gets or sets the size of images in the image collection.
For the Shared |
Image |
Gets or sets the handle to the Image |
Is |
Gets or sets the value that specifies that when requesting an image from the Image |
Registered |
Provides access to external image-containing assemblies, registered by this Image |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Transparent |
Gets or sets the color to treat as transparent. |
See Also