A newer version of this page is available.
Switch to the current version.
RibbonImageCollection Class
Represents the collection of images used in the Ribbon UI.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v18.2.dll
Declaration
public class RibbonImageCollection :
Collection<ImageItem>
Public Class RibbonImageCollection
Inherits Collection(Of ImageItem)
Related API Members
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
Feedback