aspxtreme

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



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

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

You can help support aspxtreme