RibbonImageCollection Class
In This Article
Represents the collection of images used in the Ribbon UI.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
#Related API Members
The following members return RibbonImageCollection objects:
Library | Related API Members |
---|---|
Win |
Print |
.NET Reporting Tools | XRDesign |
#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