Click or drag to resize
GridPrintPageEventArgsCurrentPage Property
Gets or sets the page number of the page being printed.

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

Property Value

Type: Int32
The current page number.
See Also