Share

RibbonPanel.Name Property

Gets or sets the name of the RibbonPanel.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

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

Reference

Was this information helpful?