Skip to main content

XRDesignDockManager.ImageStream Property

For internal use. Specifies a stream that stores the images associated with the XRDesignDockManager‘s items.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
[DefaultValue(null)]
public ImageCollectionStreamer ImageStream { get; set; }

Property Value

Type Default Description
DevExpress.Utils.ImageCollectionStreamer null

A DevExpress.Utils.ImageCollectionStreamer object that stores the image resources.

Remarks

To customize the image resources of dock panels, use the XRDesignDockManager.Images property.

See Also