PrintBarManager.Images Property
Provides access to the collection of images displayed by bar items in Print Preview.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v22.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.ImageIndex and BarItem.ImageIndexDisabled properties to relate images to their corresponding bar items.
See Also