The user-visible text of the ComboBoxMember.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public string Text { get; set; }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when setting the value to null. |
ArgumentException | Thrown when setting the value to an empty string, or when the value contains invalid characters. |