GrapeCity MultiRow Windows Forms Documentation
FormattedValueType Property (ImageCell)


Gets the type of the formatted value associated with the cell.
Syntax
Public Overrides ReadOnly Property FormattedValueType As Type
Dim instance As ImageCell
Dim value As Type
 
value = instance.FormattedValueType
public override Type FormattedValueType {get;}

Property Value

A System.Type object that represents the display value type of the cell. The value is the System.Drawing.Image type if the ValueIsIcon property is set to false or the System.Drawing.Icon type if the ValueIsIcon property is true.
Remarks
The value of this property is a System.Type object that represents either the System.Drawing.Image type or the System.Drawing.Icon type. The final value is decided by the ValueIsIcon property value.
Requirements

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

See Also

Reference

ImageCell Class
ImageCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.