Skip to main content
A newer version of this page is available. .

DocumentManager.Images Property

Provides access to the collection of images that can be associated with documents.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(null)]
public virtual object Images { get; set; }

Property Value

Type Default Description
Object *null*

An object that specifies an image collection.

Remarks

An image assigned to a document is displayed in these cases:

  • in a tab (when documents are displayed as tabs);
  • in a form’s title bar (when a document is displayed as a floating form)
  • in a menu used to switch between documents.

You can provide images for documents using one of two methods:

The Images property accepts the following image collections:

See Also