TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sreedevi v
NA
166
5.3k
Xamarin Forms - How to bind value in Picker
Mar 11 2019 4:15 AM
I have fetched data from one model
IncomeCatMaster
and bind it to a picker
iCatList.
protected async override void OnAppearing()
{
var pick = await _connection.Table
().ToListAsync();
iCatList.ItemsSource = pick;
base.OnAppearing();
}
But i get model name as items in picker. How will i bind display element as InCategory from Model IncomeCatMaster in xaml.cs(ie,in codebehind).
Please Help me to find answer.
Reply
Answers (
2
)
How to implement coach marks in xamarin forms application
How to pick image from gallery in xamarin forms.