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

RibbonImageCollection Class

Represents the collection of images used in the Ribbon UI.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

public class RibbonImageCollection :
    Collection<ImageItem>

The following members return RibbonImageCollection objects:

Library Related API Members
WinForms Controls PrintRibbonController.ImageCollection
Reporting XRDesignRibbonController.ImageCollection

Remarks

An object of the RibbonImageCollection type is returned by the XRDesignRibbonController.ImageCollection and PrintRibbonController.ImageCollection properties.

Inheritance

Object
Collection<DevExpress.XtraPrinting.Preview.ImageItem>
RibbonImageCollection
See Also