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

DockPanel.ActualImage Property

Returns the image this panel currently shows.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Image

The current panel image.

See Also