Gets or sets the string that specifies the format in which the alternate text 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#
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public virtual string DataAlternateTextFormatString { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Overridable Property DataAlternateTextFormatString As String
	Get
	Set

Field Value

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

See Also