PrintBarManager.PrintControl Property
In This Article
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 |
---|---|---|
Print |
null | A Print |
#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