System.Web.UI.WebControls.AutoGeneratedField.DataFormatString Property

Gets or sets the string that specifies the format in which the alternate text for each image in an System.Web.UI.WebControls.AutoGeneratedField object is rendered.

Syntax

public override string DataFormatString { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The AutoGeneratedField.DataFormatString property is used to apply a special format to the values displayed in an System.Web.UI.WebControls.AutoGeneratedField object.

Note:

This version of the property has been implemented to always return an empty string to indicate that no special formatting is applied to the field values. It is not possible to set this property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0