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
Ayappan Alagesan
NA
324
66.4k
c# 6.0 , how to use Auto-property initializer in wpf
Feb 6 2018 10:34 PM
class Emp
{
public string Name { get; set; }="link";
public int Age { get; set; }=25;
public int Salary { get; }=999;
}
This is for static propertites,Mostly we modles are used in dynamic data.
i want to bind the model values to my wpf data grid.
Not only one row i will assign many values in that time how to use this .
Reply
Answers (
2
)
Convert byte[] to IEnumerable byte[] in c#
convert Date time to format without converting to string