diff --git a/Terminal.Gui/Views/Menu.cs b/Terminal.Gui/Views/Menu.cs index 7a09a695c..7a2d91521 100644 --- a/Terminal.Gui/Views/Menu.cs +++ b/Terminal.Gui/Views/Menu.cs @@ -43,6 +43,12 @@ namespace Terminal.Gui { ustring title; ShortcutHelper shortcutHelper; + + /// + /// Gets or sets arbitrary data for the menu item. + /// + /// This property is not used internally. + public object Data { get; set; } /// /// Initializes a new instance of