Back to Devexpress

DockPanel.Images Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-84da15ff.md

latest1.4 KB
Original Source

DockPanel.Images Property

Gets the image source for dock panels.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object Images { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Images As Object

Property Value

TypeDescription
Object

An Object which provides images for dock panels.

|

Remarks

This property returns the DockManager.Images property’s value.

See Also

Images

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace