Xceed Grid for WinForms v4.3 Documentation
Image Property (HeaderFooterElement)


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > HeaderFooterElement Class : Image Property
Gets or sets the image that is displayed in the HeaderFooterElement.
Syntax
'Declaration
 
<DescriptionAttribute("The image displayed in this part of the header or footer.")>
<CategoryAttribute("Appearance")>
<LocalizableAttribute(True)>
<XmlIgnoreAttribute()>
<DefaultValueAttribute("")>
Public Property Image As Image
'Usage
 
Dim instance As HeaderFooterElement
Dim value As Image
 
instance.Image = value
 
value = instance.Image
[Description("The image displayed in this part of the header or footer.")]
[Category("Appearance")]
[Localizable(true)]
[XmlIgnore()]
[DefaultValue("")]
public Image Image {get; set;}

Property Value

An Image representing the image that is displayed in the HeaderFooterElement. By default, 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

HeaderFooterElement Class
HeaderFooterElement Members