GrapeCity MultiRow Windows Forms Documentation
Image Property (CellStyle)


Gets or sets the Cell image.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRDescriptionAttribute("Indicates the image displayed on the Cell.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
Public Property Image As Image
Dim instance As CellStyle
Dim value As Image
 
instance.Image = value
 
value = instance.Image
[RefreshProperties(RefreshProperties.Repaint)]
[SRDescription("Indicates the image displayed on the Cell.")]
[DefaultValue()]
[SRCategory("Appearance")]
public Image Image {get; set;}

Property Value

A System.Drawing.Image value that represents the Cell image. The default is a null reference (Nothing in Visual Basic).
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

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.