Skip to main content

GridControlPrinter.PrintAreaInitializing Event

Occurs before an area is printed.

Namespace: DevExpress.WinUI.Grid.Printing

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

NuGet Package: DevExpress.WinUI

Declaration

public event EventHandler<GridPrintingEventArgs> PrintAreaInitializing

Event Data

The PrintAreaInitializing event's data class is GridPrintingEventArgs. The following properties provide information specific to this event:

Property Description
Brick Gets or sets a brick (element) that will be printed.
BrickSize Gets the size of a brick (element) that will be printed.
ColumnFieldName Gets the column’s name that will be printed.
DisplayText Gets the text that will be printed.
Handle
PrintAreaType Gets a GridControl’s area that will be printed.
PrintingSystem Gets the PrintingSystem that is used to print the brick.
Value Gets the object that will be printed.
See Also