Revit 2026 API
Text |
The object that supplies the text value.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Object Value { get; set; }
Public Property Value As Object Get Set
public: property Object^ Value { Object^ get (); void set (Object^ value); }
member Value : Object with get, set
Property Value
Object
The value assigned to the TextBox can be a String or any other data type.
If the type is not a String the TextBox will display the return of the ToString() method.
When the text is edited in the UI, the type of Value will always be String.
See Also