Sets/gets the default value for this control
[Visual Basic] Property DefaultValue As String [C#] string DefaultValue { get; set; } [C++] __property String* get_DefaultValue(); __property void set_DefaultValue(String* ); [JScript] function get DefaultValue() : String function set DefaultValue(String);
IDPLControl Interface | Portrate.Interview.Model Namespace