Version

GetValue Method (RunBot)

Obtains a generic object property value from ViewState based on the string id defined as a constant in the derived class.
Overload List
OverloadDescription
GetValue(String,Object)Obtains a generic object property value from ViewState based on the string id defined as a constant in the derived class.  
GetValue(String,String)Obtains a string property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Int32)Obtains an integer property value from ViewState based on the string id defined as a constant in the derived class.  
GetValue(String,Double)Obtains a Double property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Boolean)Obtains a boolean property value from ViewState based on the string id defined as a constant in the derived class.  
GetValue(String,DefaultableBoolean)Obtains a DefaultableBoolean property value from ViewState based on the string id defined as a constant in the derived class.  
GetValue(String,DateTime)Obtains a DateTime property value from ViewState based on the string id defined as a constant in the derived class.  
GetValue(String,TimeSpan)Obtains a TimeSpan property value from ViewState based on the string id defined as a constant in the derived class.  
GetValue(String,Color)Obtains a property value from ViewState based on the string id defined as a constant in the derived class.  
GetValue(String,Guid)Obtains a property value from ViewState based on the string id defined as a constant in the derived class.  
GetValue(String,Unit)Obtains a property value from ViewState based on the string id defined as a constant in the derived class.  
GetValue(Int32,Object)Obtains a generic object property value from ClientState Props based on the integer index defined as an enumeration in the derived class.  
GetValue(Int32,Unit,Boolean)Obtains a Unit property value from ClientState using int (enum).  
GetValue(Int32,String)Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.  
GetValue(Int32,Int32)Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.  
GetValue(Int32,Double)Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.  
GetValue(Int32,Boolean)Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.  
GetValue(Int32,DefaultableBoolean)Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.  
GetValue(ClientUIFlags,Boolean,ClientUIFlagType)Returns a boolean value for the specified ClientUIFlags. If the Value is DefautableBoolean.NotSet, it returns the defaultVal. (Inherited from Infragistics.Web.UI.Framework.UIObject)
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