Skip to main content

PrintBarManager.Images Property

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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