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

PrintRibbonController.ImageCollection Property

Gets the collection of images used in the PrintRibbonController UI.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

public RibbonImageCollection ImageCollection { get; }

Property Value

Type Description
RibbonImageCollection

A RibbonImageCollection object.

See Also