Back to Devexpress

BaseDocument.Image Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-36b82252.md

latest1.9 KB
Original Source

BaseDocument.Image Property

Gets or sets the image associated with the current document. This property is obsolete. Use the BaseDocument.ImageOptions.Image property instead.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
Public Property Image As Image

Property Value

TypeDefaultDescription
Imagenull

The image associated with the current document.

|

Remarks

See DocumentManager.Images to learn more.

See Also

Images

IBaseDocumentDefaultProperties.UseFormIconAsDocumentImage

IBaseDocumentProperties.UseFormIconAsDocumentImage

BaseDocument Class

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace