DocumentViewerRibbonController.PrintControl Property
In This Article
Gets or sets a PrintControl associated with the DocumentViewerRibbonController.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override PrintControl PrintControl { get; set; }
#Property Value
Type | Description |
---|---|
Print |
A Print |
See Also