Click or drag to resize
GridControlOnPrint Method
Raises the Print event.

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

Return Value

Type: Boolean
true if the printing operation was successful; false otherwise.
Remarks
Invoke this method to print the contents of a GridControl.
See Also