This documentation is archived and is not being maintained.

IFieldFormattingOptions Properties

The IFieldFormattingOptions type exposes the following members.

  NameDescription
Public property 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.
Public property ConvertEmptyStringToNull Gets 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 property DataFormatString Gets a string that specifies the display format for the value of the field.
Public property HtmlEncode Gets a value that indicates whether the data for the control is HTML-encoded before it is rendered.
Public property NullDisplayText Gets the caption that is displayed for a field when the field value is nullptr.
Top
Show: