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

DocumentViewerBarManager.PrintControl Property

Gets or sets a PrintControl associated with the DocumentViewerBarManager.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v20.1.dll

NuGet Package: DevExpress.Win.Printing

Declaration

[Browsable(false)]
public override PrintControl PrintControl { get; set; }

Property Value

Type Description
PrintControl

A PrintControl object.

See Also