A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(Nothing)>
Public Overridable Property PrintControl As PrintControl
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.
Implements
DevExpress.XtraPrinting.Control.IPrintPreviewControl.PrintControl
See Also
Feedback