Skip to main content

PrintPreviewRibbonFormEx.RibbonControl Property

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public RibbonControl RibbonControl { get; }

Property Value

Type Description
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