RVTDocs.com

ComboBoxMemberData.Text

Property
Description:
The user-visible text of the ComboBoxMember.
Syntax
public string Text { get; set; }
Exceptions
Exception Condition
ArgumentNullException Thrown when setting the value to.
ArgumentException Thrown when setting the value to an empty string, or when the value contains invalid characters.