Version

GetValue Method (ControlObject)

Obtains a property value from ClientState based on the string id define as a constant in the derived class.
Overload List
OverloadDescription
GetValue(Int32,String)Obtains a property value from ClientState based on the string id define as a constant in the derived class.  
GetValue(Int32,Object)  
GetValue(Int32,Int32)Obtains a property value from ClientState based on the string id define as a constant in the derived class.  
GetValue(Int32,Double)Obtains a property value from ClientState based on the string id define as a constant in the derived class.  
GetValue(Int32,Boolean)Obtains a property value from ClientState based on the string id define as a constant in the derived class.  
GetValue(Int32,DefaultableBoolean)Obtains a property value from ClientState based on the string id define as a constant in the derived class.  
GetValue(Int32,Unit,Boolean)Obtains a property value from ClientState using int (enum).  
GetValue(String,Object)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,String)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Int32)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Double)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Boolean)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,DefaultableBoolean)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,DateTime)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,TimeSpan)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Color)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Guid)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Unit)Obtains a property value from ViewState based on the string id define as a constant 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.  
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