Back to Devexpress

DockPanel.ActualImage Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-818435d7.md

latest1.1 KB
Original Source

DockPanel.ActualImage Property

Returns the image this panel currently shows.

Namespace : DevExpress.XtraBars.Docking

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

The current panel image.

|

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace