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
auriga
NA
4
20.7k
How to Get specific data from ObservableCollection item
Jul 22 2015 7:42 AM
public ObservableCollection<EnumData> EnumDatas { get; set; }
public ObservableCollection<EnumData> MaratialStatus{ get; set; }
public ctor()
{
EnumDatas = unitOfWork.EnumDataRepository.All().ToObservableCollection();
// how i get specific data......
MaratialStatus = EnumDatas.Select(s => s.type == 1).;
}
Reply
Answers (
2
)
How to Call a window form into a tabcontrol in wpf
Multi Segment Progress Bar in WPF