Share

ButtonData.Text Property

The user-visible text of the button.


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

String

Exceptions

ExceptionCondition
ArgumentNullExceptionThrown when setting the value to null.
ArgumentExceptionThrown when setting the value to an empty string, or when the value contains invalid characters.

See Also

Reference

Was this information helpful?