DynamicControl::DataFormatString Property
Gets or sets a string that specifies the display format for the value of the field.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: virtual property String^ DataFormatString { String^ get () sealed; void set (String^ value) sealed; }
<asp:DynamicControl DataFormatString="String" />
Property Value
Type: System::StringA formatting string that specifies the display format for the value of the field. The default is an empty string (""), which indicates that no special formatting is applied to the field value.
Implements
IFieldFormattingOptions::DataFormatStringUse the DataFormatString property to specify a custom display format for the values displayed in the DynamicControl control. If the DataFormatString property is not set, the field value is displayed without any special formatting.
By default, the formatting string is applied to the field value only when the Mode property is set to ReadOnly. To apply the formatting string to the field value while in edit mode, set the ApplyFormatInEditMode property to true.
The display format that you specify using the DataFormatString property is specific to this instance of the DynamicControl control. You can also change the display format for a data field across the entire application by applying the DisplayFormatAttribute to your data model and setting the DisplayFormatAttribute::DataFormatString named parameter in the constructor. For more information, see ASP.NET Dynamic Data Overview.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.