Skip to main content

DockPanel.Images Property

Gets the image source for dock panels.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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