Android Question Hoe to get text from AnotherDatePicker

Jeffrey Cameron

Well-Known Member
Licensed User
Longtime User
Probably....? Utilize the .GetBase method to get the containing panel, then iterate through the views using .GetView until you get the text box, then you can access its .Text property.
 
Upvote 0
Top