Gets or sets the image to display for each button in the C1ButtonField object.

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

Syntax

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

See Also