diff --git a/LemonUI/Menus/NativeItem.cs b/LemonUI/Menus/NativeItem.cs
index f8f7e215..613e11e5 100644
--- a/LemonUI/Menus/NativeItem.cs
+++ b/LemonUI/Menus/NativeItem.cs
@@ -70,6 +70,10 @@ public bool Enabled
}
}
///
+ /// Object that contains data about this Item.
+ ///
+ public virtual object Tag { get; set; }
+ ///
/// The title of the item.
///
public string Title