Format Expression ( {0:c) ) applied to the binding source when it's displayed. Watch out for two way conversion issues when formatting this way. If you create expressions and you are also saving make sure the format used can be saved back.

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
[DefaultValueAttribute("")]
public string DisplayFormat { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Property DisplayFormat As String

See Also