Skip to main content

PrintRibbonController.PreviewRibbonPages Property

Provides access to a collection of Ribbon pages, generated by this PrintRibbonController instance.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IEnumerable<PrintPreviewRibbonPage> PreviewRibbonPages { get; }

Property Value

Type Description
IEnumerable<DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPage>

An object of the IEnumerable<T> generic type, representing a collection of Ribbon pages.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also