Skip to main content
A newer version of this page is available. .

PrintBarManager.PrintControl Property

Specifies the PrintControl associated with the current PrintBarManager instance.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.2.dll

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