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

DockPanel.Images Property

Gets the image source for dock panels.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public object Images { get; }

Property Value

Type Description
Object

An Object which provides images for dock panels.

Remarks

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

See Also