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

PrintRibbonController.PrintControl Property

Gets or sets the PrintControl class instance to which the Print Ribbon Controller belongs.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v24.2.dll

NuGet Package: DevExpress.Win.Printing

#Declaration

[DefaultValue(null)]
public virtual PrintControl PrintControl { get; set; }

#Property Value

Type Default Description
PrintControl null

A PrintControl class instance to which the Print Ribbon Controller belongs.

#Remarks

Use the PrintControl property to assign an instance of the PrintRibbonController class to the particular PrintControl object when creating a Print Preview Form with Ribbon. After a Print Control has been assigned, the Ribbon elements can be used to print out, zoom, navigate and perform other actions on the document shown in the PrintControl.

See Also