Skip to main content

GridPrintingEventArgs(GridPrintAreaType, Brick, Size, PrintingSystemBase, String, Object, String, Nullable<Int32>) Constructor

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
areaType GridPrintAreaType
brick Brick
brickSize Size
printingSystem PrintingSystemBase
fieldName String
value Object
displayText String
handle Nullable<Int32>
See Also