RadGrid for ASP.NET

RadGrid Send comments on this topic.
BackImageUrl Property
See Also 
Telerik.WebControls Namespace > RadGrid Class : BackImageUrl Property


Gets or sets the URL to an image to display in the background of a Telerik RadGrid control.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
<LocalizableAttribute(True)>
Public Overridable Property BackImageUrl As String
Visual Basic (Usage)Copy Code
Dim instance As RadGrid
Dim value As String
 
instance.BackImageUrl = value
 
value = instance.BackImageUrl
C# 
[LocalizableAttribute(true)]
public virtual string BackImageUrl {get; set;}

Return Value

The URL of an image to display in the background of the Telerik RadGrid control. The default is an empty string (""), which indicates that this property is not set.

Remarks

Use the BackImageUrl property to specify the URL to an image to display in the background of a Telerik RadGrid control.

If the specified image is smaller than the Telerik RadGrid control, the image is tiled to fill in the background. If the image is larger than the control, the image is cropped.

Requirements

Supported in: 3.0, 2.0, 1.1, 1.0 .NET Framework

See Also