Gets or sets the string that specifies the format in which the URL for each image in an C1ImageField object is rendered.

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("")]
public virtual string DataImageUrlFormatString { get; set; }
Visual Basic
<JsonAttribute(True, True, "")> _
<DefaultValueAttribute("")> _
Public Overridable Property DataImageUrlFormatString As String
	Get
	Set

Field Value

A string that specifies the format in which the URL for each image in an C1ImageField object is rendered. The default value is the empty string ("") , which indicates that no special formatting is applied to the URLs.

See Also