RibbonItemVisible Property

Gets or sets a value indicating whether the item is visible.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool Visible { get; set; }

Property Value

Boolean
Remarks
When the Visible property is set to false, the item won't be displayed on Ribbon.
See Also