Rainbow 2.0 Code Documentation

SolpartNavigation.ParentPageID Property

defines the parentPageID when using BindOptionDefinedParent

[Visual Basic]
<(Mode:=PersistenceMode.Attribute), _  (Category:="Data")>
Public Property Int32 As  _     Implements INavigation. [C#]
[(Mode=PersistenceMode.Attribute)]
[(Category="Data")]
public int Int32 { get; set; } [C++]
[(Mode=PersistenceMode.Attribute)]
[(Category="Data")]
public: __property  get_Int32(); public: __property void set_Int32(int ); [JScript] public 
   (Mode=PersistenceMode.Attribute)
   (Category="Data")
function get Int32() : int public 
   (Mode=PersistenceMode.Attribute)
   (Category="Data")
function set Int32(int);

Property Value

The parent page ID.

Implements

INavigation.

See Also

SolpartNavigation Class | Rainbow.Framework.Web.UI.WebControls Namespace