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 Class

Represents a collection of Image objects.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

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

#Declaration

[ListBindable(false)]
public class Images :
    IList,
    ICollection,
    IEnumerable

The following members return Images objects:

#Remarks

Use the collection’s methods and properties to add, remove and manipulate images within the collection. Individual images are accessed using indexer notation. The collection is exposed via the Images property of a link (e.g. DataGridLink.Images). At design time, the collection is accessible via the Image Collection Editor.

#Inheritance

Object
Images
See Also