Skip to main content

GridControlPrinter(GridControl) Constructor

Initializes a new instance of the GridControlPrinter class with specified settings.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public GridControlPrinter(
    GridControl gridControl
)

Parameters

Name Type Description
gridControl GridControl

A GridControl instance for which the GridControlPrinter is created.

See Also