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.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public class RibbonImageCollection :
    Collection<ImageItem>

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