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

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

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

See Also