This documentation is archived and is not being maintained.

IFieldFormattingOptions Interface

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)

public interface class IFieldFormattingOptions

The IFieldFormattingOptions type exposes the following members.

  NameDescription
Public propertyApplyFormatInEditModeGets 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.
Public propertyConvertEmptyStringToNullGets a value that indicates whether empty string values ("") are automatically converted to nullptr values when the data field is updated in the data source.
Public propertyDataFormatStringGets a string that specifies the display format for the value of the field.
Public propertyHtmlEncodeGets a value that indicates whether the data for the control is HTML-encoded before it is rendered.
Public propertyNullDisplayTextGets the caption that is displayed for a field when the field value is nullptr.
Top

  NameDescription
Public Extension MethodConvertEditedValueReturns the value provided by a user for a control that is being validated. (Defined by DynamicDataExtensions.)
Public Extension MethodFormatEditValueFormats the specified field value by using the specified formatting options. (Defined by DynamicDataExtensions.)
Public Extension MethodFormatValueFormats the specified field value by using the specified formatting options. (Defined by DynamicDataExtensions.)
Top

.NET Framework

Supported in: 4, 3.5 SP1

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.
Show: