Hello! Quick question : when creating an Entry in code behind, is there anyway to give it a name or and id in order to access it later? Example:
Entry input = new Entry ();
input.BackgroundColor = Color.Gray;
input.Keyboard = Keyboard.Numeric;