Gets or sets the URL to the Cancel button image displayed in a C1CommandField field.

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

Syntax

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

Field Value

The URL to an image to display for the Cancel button in a C1CommandField. The default value is an empty string (""), which indicates that this property is not set.

See Also