Version

ValueEntry Class Members

The following tables list the members exposed by ValueEntry.

Public Properties
 NameDescription
Public PropertyContextReturns the context associated with the value. In the case of data presenter, the context will be the Cell whose value this value entry represents.  
Public PropertyCultureReturns the culture info.  
Public PropertyFormatReturns the format.  
Public PropertyValueReturns the value.  
Public PropertyValueAsDoubleReturns the value as double. If the value is not double, it will try to convert the value into double and return the converted value. If the conversion fails, it returns double.NaN.  
See Also