GridView::BackImageUrl Property
.NET Framework (current version)
Gets or sets the URL to an image to display in the background of a GridView 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 GridView control. The default is an empty string (""), which indicates that this property is not set.
.NET Framework
Available since 2.0
Available since 2.0
Show:
