Objective Grid for Microsoft® .NET® Reference Guide

GridPrintPageEventArgs.Cancel Property

Back to Class Index

Gets or sets a value that shows whether or not the printing operation should be cancelled.     

[Visual Basic]
Public Property Cancel As Boolean
[C#]
public bool Cancel {get; set;}

Remarks

    

By default, this property is false. If true, the printing operation is ended after the current page is printed.     

    

See Also

GridPrintPageEventArgs Class | GridPrintPageEventArgs Members | Stingray.Grid Namespace