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);
The parent page ID.
SolpartNavigation Class | Rainbow.Framework.Web.UI.WebControls Namespace