AutoGeneratedField::DataFormatString Property
.NET Framework (current version)
Gets or sets the string that specifies the format in which the alternate text for each image in an AutoGeneratedField object is rendered.
Assembly: System.Web (in System.Web.dll)
public: property String^ DataFormatString { virtual String^ get() override; virtual void set(String^ value) override; }
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt is made to set this property. |
The DataFormatString property is used to apply a special format to the values displayed in an 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
