Skip to main content

XRDesignBarManager.ImageStream Property

Gets or sets a stream which contains the images used to display Design Bar Manager 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 which represents the stream of images.

Remarks

This property is intended for internal use only, and normally you don’t need to call it directly from your code. If you need to customize images for bar buttons items in the User-Designer Toolbar, you should use the XRDesignBarManager.Images property.

See Also