IFieldFormattingOptions Properties

 

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

NameDescription
System_CAPS_pubpropertyApplyFormatInEditMode

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.

System_CAPS_pubpropertyConvertEmptyStringToNull

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.

System_CAPS_pubpropertyDataFormatString

Gets a string that specifies the display format for the value of the field.

System_CAPS_pubpropertyHtmlEncode

Gets a value that indicates whether the data for the control is HTML-encoded before it is rendered.

System_CAPS_pubpropertyNullDisplayText

Gets the caption that is displayed for a field when the field value is null.

Return to top
Show: