windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-454bfa74.md
Provides access to the collection of images that can be associated with documents.
Namespace : DevExpress.XtraBars.Docking2010
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object Images { get; set; }
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Overridable Property Images As Object
| Type | Default | Description |
|---|---|---|
| Object | null |
An object that specifies an image collection.
|
An image assigned to a document is displayed in these cases:
You can provide images for documents using one of two methods:
Images property. Then, assign images by their image indexes to documents via the BaseDocument.ImageOptions.ImageIndex property.BaseDocument.ImageOptions.Image property. The BaseDocument.ImageOptions.Image property has a higher priority than BaseDocument.ImageOptions.ImageIndex.The Images property accepts the following image collections:
See Also
Images
IBaseDocumentDefaultProperties.UseFormIconAsDocumentImage