Name Property


Ribbon Panel Name Property

Gets or sets the name of the RibbonPanel.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string Name { get; set; }

Property Value

String
Remarks
The name will be displayed on the panel if the Text is not set.
See Also