This documentation is archived and is not being maintained.
DataGrid.BackImageUrl Property
.NET Framework 1.1
Gets or sets the URL of an image to display in the background of the DataGrid control.
[Visual Basic] Public Overridable Property BackImageUrl As String [C#] public virtual string BackImageUrl {get; set;} [C++] public: __property virtual String* get_BackImageUrl(); public: __property virtual void set_BackImageUrl(String*); [JScript] public function get BackImageUrl() : String; public function set BackImageUrl(String);
Property Value
The URL of an image to display in the background of the DataGrid control. The default value is String.Empty.
Remarks
Use the BackImageUrl property to specify an image to display in the background of the DataGrid control.
Note If the specified image is smaller than the DataGrid control, the image will tile to fill in the background of the control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace | String.Empty
Show: