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.v18.1.dll

Declaration

[TypeConverter(typeof(ImageCollectionTypeConverter))]
public class RibbonImageCollection :
    Collection<ImageItem>

The following members accept/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