asp.net.ph

DataGridColumn.HeaderImageUrl Property

System.Web.UI.WebControls Namespace   DataGridColumn Class


Sets or retrieves the URL reference to an image to display instead of text on the header of this DataGridColumn.

[ VB ]
Overridable Public Property HeaderImageUrl As String

[ C# ]
public string HeaderImageUrl {virtual get; virtual set;}

[ C++ ]
public: __property virtual String* get_HeaderImageUrl ( );
public: __property virtual void set_HeaderImageUrl ( String* );

[ JScript ]
public function get HeaderImageUrl ( ) : String;
public function set HeaderImageUrl ( String );

Property Value

The URL reference to an image to display instead of text on the header of the DataGridColumn. The default value is String.Empty.

See Also

DataGridColumn Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note