Gets or sets the URL for the background image of the C1GridView component.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[DefaultValueAttribute("")]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[LayoutAttribute(LayoutType.Appearance)]
public virtual string BackImageUrl { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute("")> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<LayoutAttribute(LayoutType.Appearance)> _
Public Overridable Property BackImageUrl As String
	Get
	Set

Remarks

Use this property to specify the background image of the C1GridView component.

If the image is smaller than the control, the image will tile to fill in the background.

See Also