BCGControlBar Library for .NET
DataImage Property




Gets ItemData as image.
Syntax
'Declaration
 
Public ReadOnly Property DataImage As Image
'Usage
 
Dim instance As GridDataItem
Dim value As Image
 
value = instance.DataImage
public Image DataImage {get;}
public: __property Image* get_DataImage();
public:
property Image^ DataImage {
   Image^ get();
}
Remarks
If item data can't be converted to an image, this property is null.
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

GridDataItem Class
GridDataItem Members

Send Feedback