Revit 2025.3 API
Ribbon |
Gets or sets the text of the RibbonPanel.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string Title { get; set; }
Public Property Title As String Get Set
public: property String^ Title { String^ get (); void set (String^ value); }
member Title : string with get, set
Property Value
String
Exception | Condition |
---|---|
ArgumentException | Thrown when the title contains angle bracket. |

If this property is not set, the default value is its Name.
See Also