Rainbow 2.0 Code Documentation

INavigation.AutoBind Property

Indicates if control should bind when loads

[Visual Basic]
Property Boolean As 
[C#]
bool Boolean { get; set; }
[C++]
__property  get_Boolean();
__property void set_Boolean(bool );
[JScript]
function get Boolean() : bool
function set Boolean(bool);

Property Value

true if [auto bind]; otherwise, false.

See Also

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