Skip to main content

DocumentViewerRibbonController.PrintControl Property

Gets or sets a PrintControl associated with the DocumentViewerRibbonController.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override PrintControl PrintControl { get; set; }

Property Value

Type Description
PrintControl

A PrintControl object.

See Also