cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
data hightlighting .Net grid
data hightlighting .Net grid
May 28, 2016 at 11:22am UTC
maplecurie
(2)
how can I highlight cell using Dapfor .Net Grid
May 28, 2016 at 11:54am UTC
sobort84
(2)
it’s a convienient Grid feature with .Net Grid. Follow the code below
Row row = grid.Rows[10];
Cell cell = row["Price"];
cell.Highlight(TimeSpan.FromMilliseconds(500), Color.Red);
Topic archived. No new replies allowed.