GrapeCity.Win.MultiRow Namespace > Cell Class : ValueType Property |
<DefaultValueAttribute()> <BrowsableAttribute(False)> Public Overridable Property ValueType As Type
[DefaultValue()] [Browsable(false)] public virtual Type ValueType {get; set;}
The Value property is the actual data object contained by the cell, whereas the FormattedValue property is the formatted representation of the data. The ValueType and FormattedValueType properties correspond to the data types of these values, respectively.
Typically the default value of this property is a System.Object type. If the owner GcMultiRow is in data binding mode and the Cell's DataField property is valid in the data source, this property is initialized to the type of the data column's property type.
Target Platforms: 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