PrintRibbonController.ImageCollection Property
In This Article
Gets the collection of images used in the PrintRibbonController UI.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
public RibbonImageCollection ImageCollection { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also