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

BaseDocument.ActualImage Property

Returns the currently displayed document image.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public Image ActualImage { get; }

Property Value

Type Description
Image

An Image object that is the currently displayed document image.

See Also