PrintBarManager.PrintControl Property
Specifies the PrintControl associated with the current PrintBarManager instance.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
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