Back to Devexpress

RibbonImageCollection Class

windowsforms-devexpress-dot-xtraprinting-dot-preview-84c74519.md

latest1.9 KB
Original Source

RibbonImageCollection Class

Represents the collection of images used in the Ribbon UI.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public class RibbonImageCollection :
    Collection<ImageItem>
vb
Public Class RibbonImageCollection
    Inherits Collection(Of ImageItem)

The following members return RibbonImageCollection objects:

LibraryRelated API Members
WinForms ControlsPrintRibbonController.ImageCollection
.NET Reporting ToolsXRDesignRibbonController.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

RibbonImageCollection Members

DevExpress.XtraPrinting.Preview Namespace