windowsforms-devexpress-dot-utils-0207db64.md
Represents a collection of Image objects.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[ListBindable(false)]
public class Images :
IList,
ICollection,
IEnumerable
<ListBindable(False)>
Public Class Images
Implements IList,
ICollection,
IEnumerable
The following members return Images objects:
Show 11 links
| Library | Related API Members |
|---|---|
| WinForms Controls | CompositeLink.Images |
| DataGridLink.Images | |
| ImageCollection.Images | |
| Link.Images | |
| ListViewLink.Images | |
| PrintableComponentLink.Images | |
| PrintBarManager.Images | |
| RichTextBoxLink.Images | |
| TreeViewLink.Images | |
| .NET Reporting Tools | XRDesignBarManager.Images |
| XRDesignDockManager.Images |
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.
Object Images
See Also