Rainbow 2.0 Code Documentation

INavigation.ParentPageID Property

Describes how this control should bind to db data

[Visual Basic]
Property Int32 As 
[C#]
int Int32 { get; set; }
[C++]
__property  get_Int32();
__property void set_Int32(int );
[JScript]
function get Int32() : int
function set Int32(int);

Property Value

The parent page ID.

See Also

INavigation Interface | Rainbow.Framework.Web.UI.WebControls Namespace