Back to Devexpress

BaseDocument.ActualImage Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-a46a651f.md

latest1.2 KB
Original Source

BaseDocument.ActualImage Property

Returns the currently displayed document image.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Image

An Image object that is the currently displayed document image.

|

See Also

BaseDocument Class

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace