Gets/sets the current data value for this control
[Visual Basic] Public Property DefaultValue As String _ Implements IDPLControl.DefaultValue [C#] public string DefaultValue { get; set; } [C++] public: __property String* get_DefaultValue(); public: __property void set_DefaultValue(String* ); [JScript] public function get DefaultValue() : String public function set DefaultValue(String);
AbstractControl Class | Portrate.Interview.View.Controls Namespace