Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PrintPreviewRibbonFormEx.RibbonControl Property

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v24.2.dll

NuGet Package: 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