A newer version of this page is available.
Switch to the current version.
DocumentViewerRibbonController.PrintControl Property
Gets or sets a PrintControl associated with the DocumentViewerRibbonController.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v18.2.dll
Declaration
[Browsable(false)]
public override PrintControl PrintControl { get; set; }
<Browsable(False)>
Public Overrides Property PrintControl As PrintControl
Property Value
Type | Description |
---|---|
PrintControl | A PrintControl object. |
See Also
Feedback