Gets or sets value indicated whether this row must be started from new page.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Property BeginFromNewPage As Boolean
C#
public bool BeginFromNewPage { get; set; }
Visual C++
public:
property bool BeginFromNewPage {
	bool get ();
	void set (bool value);
}
JavaScript
function get_beginFromNewPage();
function set_beginFromNewPage(value);

See Also