Click or drag to resize
GridPrintPageEventArgsCancel Property
Gets or sets whether or not the printing operation should be cancelled.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool Cancel { get; set; }

Property Value

Type: Boolean
true if the printing operation is ended after the current page is printed. The default value is false.
See Also