Skip to main content
A newer version of this page is available. .

GridControlPrinter.GridControl Property

Gets the GridControl instance for which the GridControlPrinter is created.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public GridControl GridControl { get; }

Property Value

Type Description
GridControl

The GridControl instance.

See Also