Back to Devexpress

Document.Images Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document-51171659.md

latest1.9 KB
Original Source

Document.Images Property

Gets a collection of images that this Document can use as its icons.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public object Images { get; }
vb
<Browsable(False)>
Public ReadOnly Property Images As Object

Property Value

TypeDescription
Object

An Object that stores images that this Document can use as its icons.

|

Remarks

The Images property returns an image collection assigned to the DocumentManager.Images property. To pick an image from the Images collection as a Document’s icon, use the BaseDocument.ImageOptions.ImageIndex property. Alternatively, you can assign the desired image directly to a Document via the BaseDocument.ImageOptions.Image property.

See Also

Images

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace