See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the DefaultValue, whilst cleaning up the value entered by parsing and re-formatting.
The DateTime is entered in the current user's culture, and stored in the invariant culture.
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string DefaultValueForEditing { get; set; } |
| Visual Basic |
|---|
Public Property DefaultValueForEditing As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ DefaultValueForEditing {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also