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);
true if [auto bind]; otherwise, false.
INavigation Interface | Rainbow.Framework.Web.UI.WebControls Namespace