Gets a reference to the System.Web.UI.Page instance that contains the server control.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public override Page Page { get; set; }
Visual Basic
Public Overrides Property Page As Page
	Get
	Set

See Also