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
Dong Lam Trien
830
986
146.5k
How convert the code below form C#2008 to C#2005 dictionary
Mar 24 2015 1:13 AM
I want convert the code below form C#2008 to C#2005 have got Dictionary
[code]
Dictionary<GridCell, CellColors> cellColorsCahe = new Dictionary<GridCell, CellColors>();
void gridView1_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e)
{
foreach (var item in cellColorsCahe)
{
if (item.Key.RowHandle == e.RowHandle && item.Key.Column == e.Column)
{
e.Appearance.ForeColor = item.Value.ForeColor;
e.Appearance.BackColor = item.Value.BackColor;
}
}
}
[/code]
Reply
Answers (
0
)
Error save image to database in WCF Service
operating system will hang using desktop base application