Gets the item type.

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

Syntax

C#
public RibbonItemType ItemType { get; }
Visual Basic
Public ReadOnly Property ItemType As RibbonItemType
	Get
Visual C++
public:
property RibbonItemType ItemType {
	RibbonItemType get ();
}

See Also