You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
As of now, Xamarin.Forms View or Element base classes do not expose a Tag property.
A Tag property could be useful for passing data from xaml to code behind when interacting with a control. There are other properties like ClassId and StyleId, which could be used for the same purpose of Tag but are not as semantically meaningful as Tag.
Standardize a Tag Property as in UWP/WPF.
As of now, Xamarin.Forms View or Element base classes do not expose a Tag property.
A Tag property could be useful for passing data from xaml to code behind when interacting with a control. There are other properties like ClassId and StyleId, which could be used for the same purpose of Tag but are not as semantically meaningful as Tag.
Tag Property
The text was updated successfully, but these errors were encountered: