Back to Devexpress

PrintBarManager.Images Property

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-printbarmanager.md

latest1.7 KB
Original Source

PrintBarManager.Images Property

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

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[DefaultValue(null)]
public Images Images { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property Images As Images

Property Value

TypeDefaultDescription
Imagesnull

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

ImageIndex

DisabledImageIndex

PrintBarManager Class

PrintBarManager Members

DevExpress.XtraPrinting.Preview Namespace