Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Images Properties

Represents a collection of Image objects.
Name Description
Count Gets the number of items in the collection.
InnerImages This member supports the internal infrastructure and is not intended to be used directly from your code.
IsFixedSize Gets a value indicating whether the collection has a fixed size.
IsReadOnly Gets a value indicating whether the collection is read-only.
IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
Item[Int32] Provides indexed access to individual items in the collection.
Item[String] Provides access to the images in the collection by their names.
Keys Gets the collection of names assigned to the images in the current collection.
SyncRoot Gets an object that can be used to synchronize access to the collection.
See Also