GridControlPrinter(GridControl) Constructor
In This Article
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 |
---|---|---|
grid |
Grid |
A Grid |
See Also