Gets or sets the name of the RibbonPanel.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public string Name { get; set; } |
Visual Basic |
---|
Public Property Name As String Get Set |
Visual C++ |
---|
public: property String^ Name { String^ get (); void set (String^ value); } |
Remarks
The name will be displayed on the panel if the Text is not set.