Back to Devexpress

PrintPreviewRibbonFormEx.RibbonControl Property

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-printpreviewribbonformex.md

latest1.8 KB
Original Source

PrintPreviewRibbonFormEx.RibbonControl Property

Gets the RibbonControl of the Print Preview form with a Ribbon.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public RibbonControl RibbonControl { get; }
vb
Public ReadOnly Property RibbonControl As RibbonControl

Property Value

TypeDescription
RibbonControl

A RibbonControl object which represents the Ribbon Control of the Print Preview form with a Ribbon.

|

Remarks

Use the RibbonControl property to access the RibbonControl‘s properties of the Print Preview Form.

For more information, see Print Preview with a Ribbon Toolbar.

See Also

PrintPreviewRibbonFormEx Class

PrintPreviewRibbonFormEx Members

DevExpress.XtraPrinting.Preview Namespace