Skip to main content

DocumentViewerBarManager.PrintControl Property

Gets or sets a PrintControl associated with the DocumentViewerBarManager.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v24.2.dll

Declaration

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

Property Value

Type Description
PrintControl

A PrintControl object.

See Also