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

PrintBarManager.PrintControl Property

Specifies the PrintControl associated with the current PrintBarManager instance.

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 object.

#Remarks

Use this property to associate a PrintBarManager with a required PrintControl instance on a custom Print Preview form. This enables you to perform various actions corresponding to different bar items over a document displayed by the PrintControl.

See Also