Back to Devexpress

PrintBarManager.PrintControl Property

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-printbarmanager-02aff4a1.md

latest1.9 KB
Original Source

PrintBarManager.PrintControl Property

Specifies the PrintControl associated with the current PrintBarManager instance.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[DefaultValue(null)]
public virtual PrintControl PrintControl { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property PrintControl As PrintControl

Property Value

TypeDefaultDescription
PrintControlnull

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

PrintBarManager Class

PrintBarManager Members

DevExpress.XtraPrinting.Preview Namespace