GridPrintingEventArgs(GridPrintAreaType, Brick, Size, PrintingSystemBase, String, Object, String, Nullable<Int32>) Constructor
In This Article
Initializes a new instance of the GridPrintingEventArgs class with specified settings.
Namespace: DevExpress.WinUI.Grid.Printing
Assembly: DevExpress.WinUI.Grid.Printing.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public GridPrintingEventArgs(
GridPrintAreaType areaType,
Brick brick,
Size brickSize,
PrintingSystemBase printingSystem,
string fieldName,
object value,
string displayText,
int? handle
)
#Parameters
Name | Type |
---|---|
area |
Grid |
brick | Brick |
brick |
Size |
printing |
Printing |
field |
String |
value | Object |
display |
String |
handle | Nullable<Int32> |
See Also