Back to Devexpress

DocumentViewerRibbonController.PrintControl Property

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-documentviewerribboncontroller-3a16ad5f.md

latest1.6 KB
Original Source

DocumentViewerRibbonController.PrintControl Property

Gets or sets a PrintControl associated with the DocumentViewerRibbonController.

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

DocumentViewerRibbonController Class

DocumentViewerRibbonController Members

DevExpress.XtraPrinting.Preview Namespace