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

PrintBarManager.Images Property

Provides access to the collection of images displayed by bar items in Print Preview.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

[DefaultValue(null)]
public Images Images { get; }

Property Value

Type Default Description
Images *null*

A Images object, specifying the bar item images.

Remarks

Use the BarItem.ImageIndex and BarItem.ImageIndexDisabled properties to relate images to their corresponding bar items.

See Also