Gets or sets the location of the header image.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true, true, "")]
public virtual string HeaderImageUrl { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, "")> _
Public Overridable Property HeaderImageUrl As String
	Get
	Set

See Also