BCGControlBar Library for .NET
ColumnImage Property (GridColumn)




Gets or sets column Image.
Syntax
'Declaration
 
Public Property ColumnImage As Bitmap
'Usage
 
Dim instance As GridColumn
Dim value As Bitmap
 
instance.ColumnImage = value
 
value = instance.ColumnImage
public Bitmap ColumnImage {get; set;}
public: __property Bitmap* get_ColumnImage();
public: __property void set_ColumnImage( 
   Bitmap* value
);
public:
property Bitmap^ ColumnImage {
   Bitmap^ get();
   void set (    Bitmap^ value);
}

Property Value

You should set the ShowImage property to true in order to display the image in column header.
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

GridColumn Class
GridColumn Members

Send Feedback