Gets/sets the data name for this control. The data name is the name used in the model dictionary to record or lookup a value. This data name pertains to the text portion of this control.
[Visual Basic] Public Property TextDataName As String [C#] public string TextDataName { get; set; } [C++] public: __property String* get_TextDataName(); public: __property void set_TextDataName(String* ); [JScript] public function get TextDataName() : String public function set TextDataName(String);
BinaryComboGroup Class | Portrate.Interview.View.Controls Namespace