Back to Devexpress

DocumentViewerBarManager.PrintControl Property

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-documentviewerbarmanager-9609594d.md

latest1.5 KB
Original Source

DocumentViewerBarManager.PrintControl Property

Gets or sets a PrintControl associated with the DocumentViewerBarManager.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override PrintControl PrintControl { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property PrintControl As PrintControl

Property Value

TypeDescription
PrintControl

A PrintControl object.

|

See Also

DocumentViewerBarManager Class

DocumentViewerBarManager Members

DevExpress.XtraPrinting.Preview Namespace