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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph