IFieldFormattingOptions Interface
.NET Framework 4.5
Defines an interface for common formatting-option properties to be applied to field template user controls.
Namespace: System.Web.DynamicData
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
The IFieldFormattingOptions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ApplyFormatInEditMode | Gets a value that indicates whether the formatting string that is specified by the DataFormatString property is applied to field values when the field is in edit mode. |
![]() | ConvertEmptyStringToNull | Gets a value that indicates whether empty string values ("") are automatically converted to null values when the data field is updated in the data source. |
![]() | DataFormatString | Gets a string that specifies the display format for the value of the field. |
![]() | HtmlEncode | Gets a value that indicates whether the data for the control is HTML-encoded before it is rendered. |
![]() | NullDisplayText | Gets the caption that is displayed for a field when the field value is null. |
| Name | Description | |
|---|---|---|
![]() | ConvertEditedValue | Returns the value provided by a user for a control that is being validated. (Defined by DynamicDataExtensions.) |
![]() | FormatEditValue | Formats the specified field value by using the specified formatting options. (Defined by DynamicDataExtensions.) |
![]() | FormatValue | Formats the specified field value by using the specified formatting options. (Defined by DynamicDataExtensions.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
