Skip to main content

PrintRibbonController(Object) Constructor

Initializes a new instance of the PrintRibbonController class with the specified context.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public PrintRibbonController(
    object contextSpecifier
)

Parameters

Name Type Description
contextSpecifier Object

A Object which contains information about the current context.

Remarks

This constructor is intended for internal use only. Normally, you don’t need to use it.

See Also