CancelPrintRowEventArgs Properties
Provides data for the GridView.BeforePrintRow event.
Name | Description |
---|---|
Brick |
Gets a Brick |
Cancel | Gets or sets whether the current row must not be printed/exported. |
Graphics |
Gets a GDI+ grid’s drawing surface.
Inherited from Print |
Has |
Gets whether the row contains a footer.
Inherited from Print |
Level |
Gets the group level of the printed row .
Inherited from Print |
PS |
Gets the Printing |
Row |
Gets the handle of the printed row.
Inherited from Print |
X |
Gets or sets the X coordinate, in pixels, where the next row will be drawn in the printout/export output.
Inherited from Print |
Y |
Gets or sets the Y coordinate, in pixels, where the next row will be drawn in the printout/export output.
Inherited from Print |
See Also