PanelMenu - Pass parameters to page

I want to pass some custom parameters to the pages i open using the panel menu. How can i do this?

This is basically what i am trying to achieve. See my annotations in the picture.

Hi @pat.stave,
as far as i know this is not possible at the moment. When you are on a page you cannot open the same page with another value/parameter. Only with UriHelper.NavigateTo("pagename", true); (which forces a reload of the Server page) in the Menu.Click() event. But this initializes the app in some way. You can test it.

Thomas

Parameter passing has been implemented in 2.55.2. Wow, that was quick!
2.55.2 also broke my panel menu, but i guess the fix will be out soon :blush: