Wednesday, March 28, 2012

TableItemStyle Style String

Is there a quick and easy way to obtain the style string that the
TableItemStyle properties builds without subclassing TableItemStyle and
adding a new method that examins all the parent class's style
properties to construct the string?
- HarryI suppose I could call the GetStyleAttributes() method of
TableItemStyle to get a CssStyleCollection and then use its Value
property :-)
- Harry

0 comments:

Post a Comment