'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;}