Gets or sets the display format.
String that specifies the display format.
If the display format is set, it is used to format the Value to display, when the item is not focused. This is especially usefull when displaying the currency. Format string used is provided to the String.Format method. The "'prefix'{0:'format'}'suffix'" pattern is accepted as a valid format string. If no display format is specified, the Text property is displayed.
The following table demonstrates the usable format strings:
| Format string | Description |
|---|---|
| "" | Display format not set, the Text property is displayed. |
ItemTextBox Class | Resco.Controls.DetailView Namespace | Format