Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / BackgroundImage Property


In This Topic
    BackgroundImage Property (GridControl)
    In This Topic
    Gets or sets the grid's background image.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The grid's background image.")>
    <CategoryAttribute("Appearance")>
    <ApplyToDesignerAttribute(True)>
    Public Overrides Property BackgroundImage As Image
    'Usage
     
    Dim instance As GridControl
    Dim value As Image
     
    instance.BackgroundImage = value
     
    value = instance.BackgroundImage
    [Description("The grid's background image.")]
    [Category("Appearance")]
    [ApplyToDesigner(true)]
    public override Image BackgroundImage {get; set;}

    Property Value

    A reference to a System.Drawing.Image object representing the grid's background image.
    Remarks

    The appearance of the background image can be modified via the BackgroundImageStyle and BackgroundImageAlignment properties.

    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