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
833
986
145.6k
Declare the type of cell of DevExpress GridView ?
Feb 12 2015 2:21 AM
I use Dictionary to mark of Cell type (GridView of DevExpress), for example, declare the type of row, I declared thus:
[code]
Dictionary<DataRow, Color> colors = new Dictionary<DataRow, Color>();
[/code]
code above the type of row, declaration row is: DataRow, I want to replace the type DataRow is Cell type of the DevExpress GridView What is keyword in C# ?
[code]
Dictionary<???, Color> colors = new Dictionary<DataRow, Color>();
[/code]
Reply
Answers (
0
)
How to consume data from webservice using soap in c#.net?
How to make barcode scanning in C#?