I want the UI to maintain info about activities like, "The user has clicked this before" (set programatically).
Html5 has a half-supported convention where you can stick arbitrary data in the DOM using data-X attributes.
Does Xamarin forms have a thing where I can just stash something specific to a widget?