PrintBarManager.Images Property
In This Article
Provides access to the collection of images displayed by bar items in Print Preview.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Images | null | A Images object, specifying the bar item images. |
#Remarks
Use the BarItem.ImageOptions.ImageIndex and BarItem.ImageOptions.DisabledImageIndex properties to relate images to their corresponding bar items.
See Also