Click or drag to resize
GridControlOnGridPrintPage Method
Raises the GridPrintPage event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual bool OnGridPrintPage(
	GridPrintPageEventArgs e
)

Parameters

e
Type: Stingray.GridGridPrintPageEventArgs
The event data.

Return Value

Type: Boolean
true on success.
Remarks
Invoke this method as each page of a grid control is printed.
See Also