Version

SetValue Method (RunBot)

Sets an object value so that it is maintained in viewstate
Overload List
OverloadDescription
SetValue(String,Object)Sets an object value so that it is maintained in viewstate  
SetValue(Int32,Object)Sets an object value into ClientState based on the integer index defined as an enumeration in the derived class.  
SetValue(ClientUIFlags,DefaultableBoolean)Sets the ClientUIFlag to the specified value. First this property checks to see if a value has already been set for this Flag. If so, then it removes the value from the Flags property, and appends the new Calculated value. (Inherited from Infragistics.Web.UI.Framework.UIObject)
SetValue(ClientUIFlags,Boolean)Sets the ClientUIFlag to the specified value. First this property checks to see if a value has already been set for this Flag. If so, then it removes the value from the Flags property, and appends the new Calculated value. (Inherited from Infragistics.Web.UI.Framework.UIObject)
SetValue(String,Object,Object)Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also