DataGrid::BackImageUrl Property
.NET Framework (current version)
Gets or sets the URL of an image to display in the background of the DataGrid control.
Assembly: System.Web (in System.Web.dll)
public: property String^ BackImageUrl { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The URL of an image to display in the background of the DataGrid control. The default value is String::Empty.
The following code example demonstrates how use the BackImageUrl property to specify a background image for the DataGrid control.
.NET Framework
Available since 1.1
Available since 1.1
Show:
