PagePorter Class Library

FpWebControl.FpPage Property

Gets the control's Page object, cast as a FpPage object.

[Visual Basic]
Public ReadOnly Property FpPage As FpPage
[C#]
public Parastream.Web.UI.FpPage FpPage {get;}

Remarks

If the control's Page is a FpPage object or an object derived from FpPage, this property returns null (Nothing in Visual Basic).

See Also

FpWebControl Class | Parastream.Web.UI.WebControls Namespace