Back to Devexpress

Images Class

windowsforms-devexpress-dot-utils-0207db64.md

latest2.6 KB
Original Source

Images Class

Represents a collection of Image objects.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[ListBindable(false)]
public class Images :
    IList,
    ICollection,
    IEnumerable
vb
<ListBindable(False)>
Public Class Images
    Implements IList,
               ICollection,
               IEnumerable

The following members return Images objects:

Show 11 links

LibraryRelated API Members
WinForms ControlsCompositeLink.Images
DataGridLink.Images
ImageCollection.Images
Link.Images
ListViewLink.Images
PrintableComponentLink.Images
PrintBarManager.Images
RichTextBoxLink.Images
TreeViewLink.Images
.NET Reporting ToolsXRDesignBarManager.Images
XRDesignDockManager.Images

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

Images Members

DevExpress.Utils Namespace