Posts Tagged ‘c#’

I try to avoid setting styles in my code as much as possible.  However, I ran across a case using a DevExpress PageControl control where there was no possible way to set a certain border by using CSS.  This is because DevExpress wisely (read sarcasm) uses “border-color: #whatever !important” in the element’s style attribute.  So, [...]

Thursday, September 24th, 2009 at 10:24 | 0 comments
Categories: C#
TOP